visual-identity/plasma_cash/Makefile

10 lines
208 B
Makefile
Raw Normal View History

2018-07-31 15:24:58 +00:00
test:
pytest unit_test.py
lint:
flake8 child_chain client contract_binds utils *.py --ignore=E203,W503 --exclude unit_test.py,config.py,dump_test_data.py
format:
black --line-length 79 -S .
isort -rc .