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 01c8693 commit b6fc985Copy full SHA for b6fc985
.pre-commit-config.yaml
@@ -51,17 +51,17 @@ repos:
51
- repo: https://github.com/asottile/yesqa
52
rev: v1.5.0
53
hooks:
54
- - id: yesqa
+ - id: yesqa
55
- repo: https://github.com/asottile/add-trailing-comma
56
rev: v3.1.0
57
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
+ - id: add-trailing-comma
+ args:
+ - --py36-plus
+ - repo: https://github.com/hadialqattan/pycln
+ rev: v2.4.0
63
64
- - id: pycln
+ - id: pycln
65
- repo: https://github.com/pycqa/flake8
66
rev: 6.1.0
67
0 commit comments