update makefile (#293)

This commit is contained in:
callebtc
2023-07-28 20:05:38 +02:00
committed by GitHub
parent e3ed00640f
commit 8ceaa73a6c

View File

@@ -14,11 +14,11 @@ mypy:
poetry run mypy cashu --ignore-missing
flake8:
poetry run flake8
poetry run flake8 cashu
format: isort black
check: mypy flake8 isort-check black-check
check: isort-check black-check flake8 mypy
clean:
rm -r cashu.egg-info/ || true