Skip to content

Commit

Permalink
Merge pull request #14 from alexandrainst/chore/update-deps
Browse files Browse the repository at this point in the history
Update precommit config and deps
  • Loading branch information
saattrupdan authored Apr 25, 2023
2 parents f8d3d1f + 2928c50 commit 604e0ae
Show file tree
Hide file tree
Showing 6 changed files with 3,463 additions and 2,929 deletions.
13 changes: 7 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
repos:
- repo: https://github.com/ambv/black
rev: 22.8.0
rev: 23.1.0
hooks:
- id: black
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
hooks:
- id: flake8
- repo: https://github.com/timothycrosley/isort
rev: 5.10.1
rev: 5.12.0
hooks:
- id: isort
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8
- repo: https://github.com/kynan/nbstripout
rev: 0.6.0
hooks:
Expand All @@ -20,3 +20,4 @@ repos:
hooks:
- id: mypy
args: [--install-types, --non-interactive, --ignore-missing-imports, --show-error-codes]

Loading

0 comments on commit 604e0ae

Please sign in to comment.