We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c90dac + 8ce15a7 commit 15df624Copy full SHA for 15df624
1 file changed
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: reorder-python-imports
20
args: [--application-directories, '.:src', --py37-plus]
21
- repo: https://github.com/psf/black
22
- rev: 23.12.0
+ rev: 23.12.1
23
hooks:
24
- id: black
25
- repo: https://github.com/asottile/pyupgrade
@@ -28,7 +28,7 @@ repos:
28
- id: pyupgrade
29
args: [--py37-plus]
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.7.1
+ rev: v1.8.0
32
33
- id: mypy
34
additional_dependencies:
0 commit comments