We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb39a0 commit 739552cCopy full SHA for 739552c
.pre-commit-config.yaml
@@ -37,14 +37,14 @@ repos:
37
- id: check-yaml
38
- id: debug-statements
39
- repo: https://github.com/pre-commit/mirrors-mypy
40
- rev: v1.11.0
+ rev: v1.11.1
41
hooks:
42
- id: mypy
43
exclude: ^(docs|tests)/.*
44
additional_dependencies:
45
- pytest
46
- repo: https://github.com/pycqa/flake8
47
- rev: 7.1.0
+ rev: 7.1.1
48
49
- id: flake8
50
language_version: python3
0 commit comments