We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b40f4 commit 1ff80b2Copy full SHA for 1ff80b2
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
exclude: '^($|.*\.bin)'
2
repos:
3
- repo: https://github.com/psf/black
4
- rev: 23.10.1
+ rev: 23.11.0
5
hooks:
6
- id: black
7
args: [--safe, --quiet]
@@ -24,7 +24,7 @@ repos:
24
- id: reorder-python-imports
25
args: ['--application-directories=.:src']
26
- repo: https://github.com/pre-commit/mirrors-mypy
27
- rev: v1.6.1 # NOTE: keep this in sync with tox.ini
+ rev: v1.7.0 # NOTE: keep this in sync with tox.ini
28
29
- id: mypy
30
files: ^(src|tests)
0 commit comments