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.
2 parents f800bd3 + eb26b4f commit 94fef0dCopy full SHA for 94fef0d
.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.1
+ rev: v3.20.0
15
hooks:
16
- id: pyupgrade
17
args:
@@ -28,7 +28,7 @@ repos:
28
29
# Autoformat: Python code
30
- repo: https://github.com/pycqa/isort
31
- rev: 6.0.0
+ rev: 6.0.1
32
33
- id: isort
34
@@ -64,7 +64,7 @@ repos:
64
65
# Lint: Python code
66
- repo: https://github.com/pycqa/flake8
67
- rev: "7.1.1"
+ rev: "7.2.0"
68
69
- id: flake8
70
0 commit comments