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