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