We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 67da738 + 271e27a commit 6351795Copy full SHA for 6351795
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.0.0
+ rev: 7.1.0
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.0
+ rev: v1.10.1
49
50
- id: mypy
0 commit comments