Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fgebhart committed Mar 27, 2023
1 parent c42acf5 commit 07d4e83
Show file tree
Hide file tree
Showing 3 changed files with 1,203 additions and 1,129 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
@@ -1,12 +1,12 @@
repos:

- repo: https://github.com/psf/black
rev: 22.3.0
rev: 23.1.0
hooks:
- id: black

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
rev: v4.4.0
hooks:
- id: check-ast
- id: check-merge-conflict
Expand All @@ -15,11 +15,11 @@ repos:
types: [python]

- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 6.0.0
hooks:
- id: flake8

- repo: https://github.com/pycqa/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort

0 comments on commit 07d4e83

Please sign in to comment.