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 ea314a6 commit 5d5f364Copy full SHA for 5d5f364
.pre-commit-config.yaml
@@ -33,21 +33,13 @@ repos:
33
34
# Python hooks
35
- repo: https://github.com/asottile/pyupgrade
36
-<<<<<<< HEAD
37
- rev: v3.9.0
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: 23.3.0
48
49
rev: 24.10.0
50
51
52
- id: black
53
args: ["--line-length=100"]
0 commit comments