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

12
web3toolkit/Makefile Normal file
View file

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