Update woodpecker
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Marty Oehme 2022-01-18 18:34:48 +01:00
parent 07b699fcff
commit 462068f228
Signed by: Marty
GPG key ID: B7538B8F50A1C800

View file

@ -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 .