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 232fa54 commit e274c86Copy full SHA for e274c86
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/psf/black
3
- rev: 23.12.1
+ rev: 24.2.0
4
hooks:
5
- id: black
6
args: [--safe, --quiet]
@@ -14,7 +14,7 @@ repos:
14
- id: check-yaml
15
- id: debug-statements
16
- repo: https://github.com/pycqa/flake8
17
- rev: 6.1.0
+ rev: 7.0.0
18
19
- id: flake8
20
additional_dependencies:
@@ -31,7 +31,7 @@ repos:
31
args: [--py37-plus]
32
33
- repo: https://github.com/tox-dev/pyproject-fmt
34
- rev: "1.5.3"
+ rev: "1.7.0"
35
36
- id: pyproject-fmt
37
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments