We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd3d67 commit 5629135Copy full SHA for 5629135
.pre-commit-config.yaml
@@ -11,7 +11,7 @@
11
repos:
12
# Autoformat: Python code, syntax patterns are modernized
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.19.0
+ rev: v3.19.1
15
hooks:
16
- id: pyupgrade
17
args:
@@ -28,13 +28,13 @@ repos:
28
29
# Autoformat: Python code
30
- repo: https://github.com/pycqa/isort
31
- rev: 5.13.2
+ rev: 6.0.1
32
33
- id: isort
34
35
36
- repo: https://github.com/psf/black
37
- rev: 24.10.0
+ rev: 25.1.0
38
39
- id: black
40
exclude: "contrib\/template\/.*"
@@ -65,7 +65,7 @@ repos:
65
66
# Lint: Python code
67
- repo: https://github.com/PyCQA/flake8
68
- rev: "7.1.1"
+ rev: "7.1.2"
69
70
- id: flake8
71
0 commit comments