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 e23430d + 49a061b commit 109e6bfCopy full SHA for 109e6bf
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
@@ -19,14 +19,14 @@ repos:
19
args: ["--profile", "black", "--filter-files"]
20
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v3.17.0
+ rev: v3.18.0
23
24
- id: pyupgrade
25
args: [--py38-plus]
26
27
28
- repo: https://github.com/psf/black
29
- rev: "24.8.0"
+ rev: "24.10.0"
30
31
- id: black
32
0 commit comments