Compare commits
1 commit
990bd8adaa
...
c15c6ceda7
Author | SHA1 | Date | |
---|---|---|---|
c15c6ceda7 |
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue