We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33816ae + 7ccb455 commit 7ac97c4Copy full SHA for 7ac97c4
1 file changed
.pre-commit-config.yaml
@@ -35,7 +35,7 @@ repos:
35
36
# Flake8 for linting, line-length adjusted to match Black default
37
- repo: https://github.com/PyCQA/flake8
38
- rev: 7.1.0
+ rev: 7.1.1
39
hooks:
40
- id: flake8
41
additional_dependencies:
@@ -45,6 +45,6 @@ repos:
45
46
# Type enforcement for Python
47
- repo: https://github.com/pre-commit/mirrors-mypy
48
- rev: v1.10.1
+ rev: v1.11.1
49
50
- id: mypy
0 commit comments