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 457595e commit 8d16f4cCopy full SHA for 8d16f4c
.pre-commit-config.yaml
@@ -33,21 +33,13 @@ repos:
33
34
# Python hooks
35
- repo: https://github.com/asottile/pyupgrade
36
-<<<<<<< HEAD
37
- rev: v2.7.2
38
-=======
39
rev: v3.18.0
40
->>>>>>> 6255cff (Auto-update pre-commit hooks (#1147))
41
hooks:
42
- id: pyupgrade
43
args: [--py36-plus]
44
45
- repo: https://github.com/psf/black
46
47
- rev: 22.3.0
48
49
rev: 24.10.0
50
51
52
- id: black
53
args: ["--line-length=100"]
0 commit comments