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 Laurier Loiselle
parent 7f29c0a403
commit 8adf8b0ba2
No known key found for this signature in database
GPG Key ID: 345920CC72089A3F

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