mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-18 06:30:23 -04:00
Update Makefile
This commit is contained in:
parent
f252be6ff0
commit
b85003ecb7
2 changed files with 12 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
||||||
.PHONY: clean install lint
|
|
||||||
|
|
||||||
clean:
|
|
||||||
@find . -iname '*.py[co]' -delete
|
|
||||||
@find . -iname '__pycache__' -delete
|
|
||||||
@rm -rf '.pytest_cache'
|
|
||||||
@rm -rf dist/
|
|
||||||
@rm -rf build/
|
|
||||||
@rm -rf *.egg-info
|
|
||||||
@rm -rf poetry.lock
|
|
||||||
@rm -rf .tox
|
|
||||||
@rm -rf venv/lib/python*/site-packages/*.egg
|
|
||||||
poetry cache clear
|
|
||||||
poetry env remove --all
|
|
||||||
|
|
||||||
install:
|
|
||||||
poetry install
|
|
||||||
|
|
||||||
lint:
|
|
||||||
tox -e lint
|
|
12
web3_python_toolkit/Makefile
Normal file
12
web3_python_toolkit/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