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

This commit is contained in:
Marty Oehme 2022-01-18 18:11:31 +01:00
parent 660e8e418a
commit 8ac781a336
Signed by: Marty
GPG key ID: B7538B8F50A1C800

View file

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