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

This commit is contained in:
Quentin Ferrand 2022-04-19 11:05:07 +02:00
parent 990bd8adaa
commit 391be4387f

View file

@ -10,4 +10,4 @@ steps:
- pip install --upgrade pip black flake8 mypy pylint - pip install --upgrade pip black flake8 mypy pylint
- flake8 --ignore=E501,W503,E265 - flake8 --ignore=E501,W503,E265
- mypy --ignore-missing-imports . - mypy --ignore-missing-imports .
- pylint - pylint .