We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75f3540 + ae237b3 commit b97fb4eCopy full SHA for b97fb4e
1 file changed
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
35
# Format code. No, I don't like everything black does either.
36
- repo: https://github.com/psf/black-pre-commit-mirror
37
- rev: 23.10.1
+ rev: 23.11.0
38
hooks:
39
- id: black
40
@@ -49,6 +49,6 @@ repos:
49
50
# Type enforcement for Python
51
- repo: https://github.com/pre-commit/mirrors-mypy
52
- rev: v1.6.1
+ rev: v1.7.0
53
54
- id: mypy
0 commit comments