mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-07-30 18:18:33 -04:00
💾
This commit is contained in:
parent
b85003ecb7
commit
58a160dcf5
18 changed files with 1 additions and 1 deletions
12
web3toolkit/Makefile
Normal file
12
web3toolkit/Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue