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

This commit is contained in:
Quentin Ferrand 2022-04-19 10:59:20 +02:00
parent 1b5f88bd14
commit 990bd8adaa

View file

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