We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a93a6 commit b3bbe82Copy full SHA for b3bbe82
.pre-commit-config.yaml
@@ -42,7 +42,7 @@ repos:
42
hooks:
43
- id: isort
44
- repo: https://github.com/psf/black.git
45
- rev: 24.4.2
+ rev: 24.8.0
46
47
- id: black
48
language_version: python3
@@ -58,7 +58,7 @@ repos:
58
- id: debug-statements
59
60
- repo: https://github.com/PyCQA/flake8
61
- rev: 7.0.0
+ rev: 7.1.1
62
63
- id: flake8
64
additional_dependencies:
@@ -69,11 +69,11 @@ repos:
69
- flake8-pytest-style>=1.5.0
70
71
- repo: https://github.com/pycqa/pylint
72
- rev: v3.2.2
+ rev: v3.2.7
73
74
- id: pylint
75
- repo: https://github.com/pre-commit/mirrors-mypy
76
- rev: v1.10.0
+ rev: v1.11.2
77
78
- id: mypy
79
# empty args needed in order to match mypy cli behavior
0 commit comments