lint pipe fixes
This commit is contained in:
@@ -7,7 +7,7 @@ steps:
|
|||||||
image: python:3.11
|
image: python:3.11
|
||||||
commands:
|
commands:
|
||||||
- pip install uv
|
- pip install uv
|
||||||
- uv sync --only-group lints
|
- uv sync --no-dev --only-group lints
|
||||||
- uv run black --check .
|
- uv run black --check .
|
||||||
- uv run ruff check .
|
- uv run ruff check .
|
||||||
- uv run isort --check-only .
|
- uv run isort --check-only .
|
||||||
@@ -15,5 +15,5 @@ steps:
|
|||||||
image: python:3.11
|
image: python:3.11
|
||||||
commands:
|
commands:
|
||||||
- pip install uv
|
- pip install uv
|
||||||
- uv sync --only-group types
|
- uv sync --no-dev --only-group types
|
||||||
- uv run mypy .
|
- uv run mypy .
|
||||||
|
|||||||
@@ -7,6 +7,6 @@ steps:
|
|||||||
image: python:3.11
|
image: python:3.11
|
||||||
commands:
|
commands:
|
||||||
- pip install uv
|
- pip install uv
|
||||||
- uv sync --group tests
|
- uv sync --no-dev --group tests
|
||||||
- uv run pytest
|
- uv run pytest
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user