This commit is contained in:
parent
07b699fcff
commit
462068f228
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,7 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- poetry config virtualenvs.create false
|
- poetry config virtualenvs.create false
|
||||||
- poetry install
|
- poetry install
|
||||||
|
- pip install black
|
||||||
- black .
|
- black .
|
||||||
|
|
||||||
static_analysis:
|
static_analysis:
|
||||||
|
@ -18,4 +19,5 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- poetry config virtualenvs.create false
|
- poetry config virtualenvs.create false
|
||||||
- poetry install
|
- poetry install
|
||||||
|
- pip install mypy
|
||||||
- mypy .
|
- mypy .
|
||||||
|
|
Loading…
Reference in a new issue