add flake8 and mypy on test
This commit is contained in:
parent
63bf05b792
commit
106c8cd8b6
4 changed files with 10 additions and 4 deletions
|
|
@ -16,7 +16,10 @@ test_unit: venv
|
|||
lint: venv
|
||||
. venv/bin/activate && flake8 .
|
||||
|
||||
mypy: venv
|
||||
. venv/bin/activate && mypy .
|
||||
|
||||
deps: venv
|
||||
. venv/bin/activate && pip install -U -r requirements.txt
|
||||
|
||||
test: test_unit lint
|
||||
test: test_unit lint mypy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue