Add cleanup.sh (maybe move/delete later? or add commit hook?)
This commit is contained in:
parent
8200e891d0
commit
03518abdcd
5
cleanup.sh
Executable file
5
cleanup.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/zsh
|
||||
|
||||
autoflake -i --remove-all-unused-imports src/wireviz/*.py
|
||||
isort src/wireviz/*py
|
||||
black src/wireviz/*.py
|
||||
Loading…
x
Reference in New Issue
Block a user