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 c7393cc commit 07ae36eCopy full SHA for 07ae36e
.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.16.0
+ rev: v3.17.0
15
hooks:
16
- id: pyupgrade
17
args:
@@ -27,7 +27,7 @@ repos:
27
28
# Autoformat: Python code
29
- repo: https://github.com/psf/black
30
- rev: 24.4.2
+ rev: 24.8.0
31
32
- id: black
33
@@ -51,7 +51,7 @@ repos:
51
52
# Linting: Python code (see the file .flake8)
53
- repo: https://github.com/PyCQA/flake8
54
- rev: "7.1.0"
+ rev: "7.1.1"
55
56
- id: flake8
57
# Ignore style and complexity
0 commit comments