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 70af448 + ff06332 commit f1f9419Copy full SHA for f1f9419
.pre-commit-config.yaml
@@ -51,7 +51,7 @@ repos:
51
52
# Autoformat: Python code, syntax patterns are modernized
53
- repo: https://github.com/asottile/pyupgrade
54
- rev: v3.15.2
+ rev: v3.17.0
55
hooks:
56
- id: pyupgrade
57
args:
@@ -74,7 +74,7 @@ repos:
74
75
# Autoformat: Python code
76
- repo: https://github.com/psf/black
77
- rev: 24.4.2
+ rev: 24.8.0
78
79
- id: black
80
@@ -90,7 +90,7 @@ repos:
90
91
# Lint: Python code
92
- repo: https://github.com/PyCQA/flake8
93
- rev: "7.0.0"
+ rev: "7.1.1"
94
95
- id: flake8
96
0 commit comments