Skip to content

Commit

Permalink
add pre commit hook to remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneroesemann committed Aug 4, 2023
1 parent a2ae5d7 commit 53518b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ repos:
- id: end-of-file-fixer
- id: debug-statements
- id: check-merge-conflict
- repo: https://github.com/hadialqattan/pycln
rev: v2.1.5 # Possible releases: https://github.com/hadialqattan/pycln/releases
hooks:
- id: pycln

0 comments on commit 53518b6

Please sign in to comment.