finish base cli
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,4 +1,4 @@
|
||||
checkfiles = alice/ examples/ tests/ conftest.py
|
||||
checkfiles = alice/ tests/
|
||||
black_opts = -l 100 -t py38
|
||||
py_warn = PYTHONDEVMODE=1
|
||||
|
||||
@@ -7,12 +7,12 @@ help:
|
||||
@echo
|
||||
@echo "usage: make <target>"
|
||||
@echo "Targets:"
|
||||
@echo " test Runs all tests"
|
||||
@echo " test Runs all tests"
|
||||
@echo " style Auto-formats the code"
|
||||
|
||||
deps:
|
||||
@which pip-sync > /dev/null || pip install -q pip-tools
|
||||
@pip-sync tests/requirements.txt
|
||||
@pip install -r requirements-dev.txt
|
||||
|
||||
style: deps
|
||||
isort -rc $(checkfiles)
|
||||
|
||||
Reference in New Issue
Block a user