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:
|
unit_tests:
|
||||||
image: python:3.9
|
image: python:3.9
|
||||||
commands:
|
commands:
|
||||||
- poetry run pytest
|
- pytest
|
||||||
|
|
||||||
code_lint:
|
code_lint:
|
||||||
image: python:3.9
|
image: python:3.9
|
||||||
commands:
|
commands:
|
||||||
- poetry run black .
|
- black .
|
||||||
|
|
||||||
static_analysis:
|
static_analysis:
|
||||||
image: python:3.9
|
image: python:3.9
|
||||||
commands:
|
commands:
|
||||||
- poetry run mypy .
|
- mypy .
|
||||||
|
|
Loading…
Reference in a new issue