This commit is contained in:
parent
db7f336eaa
commit
6bba5b962c
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ steps:
|
|||
- pip install -q --upgrade pip black flake8 mypy pylint pytest
|
||||
- flake8 --ignore=E501,W503,E265
|
||||
- mypy --ignore-missing-imports ./tenkan/
|
||||
- pylint --disable=E1101,E0401,C0301 --ignore=tenkan/__init__.py ./tenkan/
|
||||
- pylint --disable=E1101,E0401,C0301,W1514 --ignore=tenkan/__init__.py ./tenkan/
|
||||
- pytest ./tests/
|
||||
|
|
Loading…
Reference in a new issue