-
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Quentin Ferrand 2022-04-19 11:09:14 +02:00
parent b50644e8b2
commit 93c4e00122

View file

@ -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/