cleanup
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/pr/unit-test Pipeline was successful Details
ci/woodpecker/pr/sanity-test Pipeline was successful Details
ci/woodpecker/pr/build-package Pipeline was successful Details
ci/woodpecker/pr/docs Pipeline failed Details

This commit is contained in:
Robert Kaussow 2023-12-13 09:54:47 +01:00
parent 23d135f3df
commit b8cac78939
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 1 additions and 3 deletions

View File

@ -9,17 +9,16 @@ steps:
check-format:
image: docker.io/library/python:3.12
commands:
- git fetch --depth=2147483647
- pip install poetry -qq
- poetry install --all-extras --no-root
- poetry run ruff format --check --diff ./plugins
environment:
LC_ALL: "en_US.UTF-8"
PY_COLORS: "1"
check-coding:
image: docker.io/library/python:3.12
commands:
- git fetch --depth=2147483647
- pip install poetry -qq
- poetry install --all-extras --no-root
- poetry run ruff ./plugins

View File

@ -9,7 +9,6 @@ variables:
- &pytest_base
group: pytest
commands:
- git fetch --depth=2147483647
- pip install poetry -qq
- poetry install --all-extras --no-root
- poetry run pytest