Skip to content

Commit 8d16f4c

Browse files
author
Felix Exner (fexner)
authored
Update .pre-commit-config.yaml
1 parent 457595e commit 8d16f4c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,21 +33,13 @@ repos:
3333

3434
# Python hooks
3535
- repo: https://github.com/asottile/pyupgrade
36-
<<<<<<< HEAD
37-
rev: v2.7.2
38-
=======
3936
rev: v3.18.0
40-
>>>>>>> 6255cff (Auto-update pre-commit hooks (#1147))
4137
hooks:
4238
- id: pyupgrade
4339
args: [--py36-plus]
4440

4541
- repo: https://github.com/psf/black
46-
<<<<<<< HEAD
47-
rev: 22.3.0
48-
=======
4942
rev: 24.10.0
50-
>>>>>>> 6255cff (Auto-update pre-commit hooks (#1147))
5143
hooks:
5244
- id: black
5345
args: ["--line-length=100"]

0 commit comments

Comments
 (0)