Skip to content

Commit b6fc985

Browse files
committed
update pycln
1 parent 01c8693 commit b6fc985

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,17 @@ repos:
5151
- repo: https://github.com/asottile/yesqa
5252
rev: v1.5.0
5353
hooks:
54-
- id: yesqa
54+
- id: yesqa
5555
- repo: https://github.com/asottile/add-trailing-comma
5656
rev: v3.1.0
5757
hooks:
58-
- id: add-trailing-comma
59-
args:
60-
- --py36-plus
61-
- repo: https://github.com/perfa/pycln # See https://github.com/hadialqattan/pycln/issues/221
62-
rev: d96e759
58+
- id: add-trailing-comma
59+
args:
60+
- --py36-plus
61+
- repo: https://github.com/hadialqattan/pycln
62+
rev: v2.4.0
6363
hooks:
64-
- id: pycln
64+
- id: pycln
6565
- repo: https://github.com/pycqa/flake8
6666
rev: 6.1.0
6767
hooks:

0 commit comments

Comments
 (0)