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 ea3df8f commit a7e8a3dCopy full SHA for a7e8a3d
.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.19.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.10.0
38
39
- id: black
40
@@ -46,7 +46,7 @@ repos:
46
47
# Autoformat and linting, misc. details
48
- repo: https://github.com/pre-commit/pre-commit-hooks
49
- rev: v4.6.0
+ rev: v5.0.0
50
51
- id: end-of-file-fixer
52
- id: requirements-txt-fixer
@@ -55,7 +55,7 @@ repos:
55
56
# Linting: Python code (see the file .flake8)
57
- repo: https://github.com/PyCQA/flake8
58
- rev: "7.0.0"
+ rev: "7.1.1"
59
60
- id: flake8
61
0 commit comments