We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2043ad3 + a30cf17 commit dd71b98Copy full SHA for dd71b98
1 file changed
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
hooks:
19
- id: isort
20
- repo: https://github.com/psf/black
21
- rev: 24.4.0
+ rev: 24.4.2
22
23
- id: black
24
- repo: https://github.com/asottile/pyupgrade
@@ -27,7 +27,7 @@ repos:
27
- id: pyupgrade
28
args: [--py37-plus]
29
- repo: https://github.com/pre-commit/mirrors-mypy
30
- rev: v1.9.0
+ rev: v1.10.0
31
32
- id: mypy
33
additional_dependencies:
0 commit comments