Fixed formatting and imports

This commit is contained in:
Ari Archer 2021-12-13 19:12:59 +02:00
parent 4afd9bed3a
commit b22d3100dc
Signed by untrusted user who does not match committer: ari
GPG key ID: A50D5B4B599AF8A2

3
do
View file

@ -22,6 +22,9 @@ case $ARG in
;;
push)
isort arigram/*.py
black arigram
python3 -m poetry check
python3 -m poetry lock
git diff > /tmp/arigram.diff