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 93d88af commit 29db5e8Copy full SHA for 29db5e8
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
'--skip-string-normalization']
11
12
- repo: https://github.com/pre-commit/pre-commit-hooks
13
- rev: v5.0.0
+ rev: v6.0.0
14
hooks:
15
- id: check-added-large-files
16
- id: check-case-conflict
@@ -30,7 +30,7 @@ repos:
30
args: ["--profile", "black", --line-length=125]
31
32
- repo: https://github.com/asottile/pyupgrade
33
- rev: v3.19.1
+ rev: v3.20.0
34
35
- id: pyupgrade
36
args: ["--py36-plus"]
@@ -41,7 +41,7 @@ repos:
41
- id: setup-cfg-fmt
42
43
- repo: https://github.com/pycqa/flake8
44
- rev: 7.2.0
+ rev: 7.3.0
45
46
- id: flake8
47
exclude: docs/conf.py
0 commit comments