We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6173600 + 4c45628 commit 1dffc51Copy full SHA for 1dffc51
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.9.1
+ rev: 23.10.0
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.6.0
+ rev: v1.6.1
32
33
- id: mypy
34
additional_dependencies:
0 commit comments