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 63e1239 + 168c6e7 commit fb45f56Copy full SHA for fb45f56
.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
@@ -55,7 +55,7 @@ repos:
55
56
# Linting: Python code (see the file .flake8)
57
- repo: https://github.com/PyCQA/flake8
58
- rev: "7.1.1"
+ rev: "7.2.0"
59
60
- id: flake8
61
0 commit comments