This commit is contained in:
mvonsteinkirch 2022-12-26 18:15:56 -08:00
parent b85003ecb7
commit 58a160dcf5
18 changed files with 1 additions and 1 deletions

View file

@ -1,12 +0,0 @@
.PHONY: clean install lint
install:
poetry install
clean:
@find . -iname '__pycache__' -delete
poetry cache clear
poetry env remove --all
lint:
tox -e lint