This commit is contained in:
parent
660e8e418a
commit
8ac781a336
1 changed files with 3 additions and 3 deletions
|
@ -9,14 +9,14 @@ pipeline:
|
|||
unit_tests:
|
||||
image: python:3.9
|
||||
commands:
|
||||
- poetry run pytest
|
||||
- pytest
|
||||
|
||||
code_lint:
|
||||
image: python:3.9
|
||||
commands:
|
||||
- poetry run black .
|
||||
- black .
|
||||
|
||||
static_analysis:
|
||||
image: python:3.9
|
||||
commands:
|
||||
- poetry run mypy .
|
||||
- mypy .
|
||||
|
|
Loading…
Reference in a new issue