Add cleanup.sh (maybe move/delete later? or add commit hook?)
This commit is contained in:
parent
7f29c0a403
commit
8adf8b0ba2
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