We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 232fa54 commit 92ac283Copy full SHA for 92ac283
.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:
@@ -25,13 +25,13 @@ repos:
25
- id: reorder-python-imports
26
args: ['--application-directories=.:src']
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v3.15.0
+ rev: v3.15.1
29
30
- id: pyupgrade
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