Compare commits

..

1 commit

Author SHA1 Message Date
c15c6ceda7 add drone pipeline
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2022-04-19 10:41:04 +02:00

View file

@ -9,5 +9,5 @@ steps:
commands: commands:
- 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