Skip to content

Commit

Permalink
update pycln
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneswilm committed May 30, 2024
1 parent 01c8693 commit b6fc985
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@ repos:
- repo: https://github.com/asottile/yesqa
rev: v1.5.0
hooks:
- id: yesqa
- id: yesqa
- repo: https://github.com/asottile/add-trailing-comma
rev: v3.1.0
hooks:
- id: add-trailing-comma
args:
- --py36-plus
- repo: https://github.com/perfa/pycln # See https://github.com/hadialqattan/pycln/issues/221
rev: d96e759
- id: add-trailing-comma
args:
- --py36-plus
- repo: https://github.com/hadialqattan/pycln
rev: v2.4.0
hooks:
- id: pycln
- id: pycln
- repo: https://github.com/pycqa/flake8
rev: 6.1.0
hooks:
Expand Down

0 comments on commit b6fc985

Please sign in to comment.