mirror of
https://github.com/status-im/visual-identity.git
synced 2025-02-13 04:57:03 +00:00
10 lines
208 B
Makefile
10 lines
208 B
Makefile
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 .
|