add flake8 and mypy on test
This commit is contained in:
parent
63bf05b792
commit
106c8cd8b6
4 changed files with 10 additions and 4 deletions
|
|
@ -9,7 +9,7 @@ ignore = NONE
|
|||
max-line-length = 120
|
||||
|
||||
[tool:pytest]
|
||||
addopts = --cov={{cookiecutter.project_name}} --cov-fail-under=80 --cov-report=term-missing:skip-covered --cov-report=xml --cov-report=html -vvv
|
||||
addopts = --cov={{cookiecutter.project_name}} --cov-fail-under=80 --cov-report=term-missing:skip-covered --cov-report=xml --cov-report=html --mypy --flake8 -vvv
|
||||
|
||||
[coverage:run]
|
||||
branch = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue