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 8787400 commit 2d054c2Copy full SHA for 2d054c2
.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.15.2
+ rev: v3.17.0
15
hooks:
16
- id: pyupgrade
17
args:
@@ -34,7 +34,7 @@ repos:
34
35
# Autoformat: Python code
36
- repo: https://github.com/psf/black
37
- rev: "24.4.2"
+ rev: "24.8.0"
38
39
- id: black
40
@@ -46,7 +46,7 @@ repos:
46
47
# Lint: Python code
48
- repo: https://github.com/PyCQA/flake8
49
- rev: "7.0.0"
+ rev: "7.1.1"
50
51
- id: flake8
52
0 commit comments