Skip to content

Commit

Permalink
🎨 🍏 Issue 330 redo (#338)
Browse files Browse the repository at this point in the history
* implements changes by @sidd in issue #329 in a separate new PR

* add pre commit hook to remove unused imports

* 🎨💚 removed sed/cut changes that belong to another PR
  • Loading branch information
shaneroesemann authored Aug 10, 2023
1 parent 32f44d0 commit f13ee91
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 f13ee91

Please sign in to comment.