cleanup
Some checks failed
Some checks failed
This commit is contained in:
parent
23d135f3df
commit
b8cac78939
@ -9,17 +9,16 @@ steps:
|
|||||||
check-format:
|
check-format:
|
||||||
image: docker.io/library/python:3.12
|
image: docker.io/library/python:3.12
|
||||||
commands:
|
commands:
|
||||||
- git fetch --depth=2147483647
|
|
||||||
- pip install poetry -qq
|
- pip install poetry -qq
|
||||||
- poetry install --all-extras --no-root
|
- poetry install --all-extras --no-root
|
||||||
- poetry run ruff format --check --diff ./plugins
|
- poetry run ruff format --check --diff ./plugins
|
||||||
environment:
|
environment:
|
||||||
|
LC_ALL: "en_US.UTF-8"
|
||||||
PY_COLORS: "1"
|
PY_COLORS: "1"
|
||||||
|
|
||||||
check-coding:
|
check-coding:
|
||||||
image: docker.io/library/python:3.12
|
image: docker.io/library/python:3.12
|
||||||
commands:
|
commands:
|
||||||
- git fetch --depth=2147483647
|
|
||||||
- pip install poetry -qq
|
- pip install poetry -qq
|
||||||
- poetry install --all-extras --no-root
|
- poetry install --all-extras --no-root
|
||||||
- poetry run ruff ./plugins
|
- poetry run ruff ./plugins
|
||||||
|
@ -9,7 +9,6 @@ variables:
|
|||||||
- &pytest_base
|
- &pytest_base
|
||||||
group: pytest
|
group: pytest
|
||||||
commands:
|
commands:
|
||||||
- git fetch --depth=2147483647
|
|
||||||
- pip install poetry -qq
|
- pip install poetry -qq
|
||||||
- poetry install --all-extras --no-root
|
- poetry install --all-extras --no-root
|
||||||
- poetry run pytest
|
- poetry run pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user