Skip to content

Commit

Permalink
Enable pycln i pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
myakove committed Apr 5, 2022
1 parent e6490f4 commit da97363
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ repos:
- --remove-unused-variables
- --remove-all-unused-imports

#- repo: https://github.com/hadialqattan/pycln
# rev: "v1.2.5"
# hooks:
# - id: pycln
- repo: https://github.com/hadialqattan/pycln
rev: "v1.2.5"
hooks:
- id: pycln

- repo: https://github.com/pre-commit/mirrors-isort
rev: "v5.10.1"
Expand Down

0 comments on commit da97363

Please sign in to comment.