Add cleanup.sh (maybe move/delete later? or add commit hook?)

This commit is contained in:
Daniel Rojas 2021-10-19 23:05:38 +02:00 committed by KV
parent 8200e891d0
commit 03518abdcd

5
cleanup.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/zsh
autoflake -i --remove-all-unused-imports src/wireviz/*.py
isort src/wireviz/*py
black src/wireviz/*.py