style: apply ruff formatting and lint fixes
This commit is contained in:
@@ -4,11 +4,11 @@ when:
|
||||
|
||||
steps:
|
||||
- name: lint
|
||||
image: python:3.11
|
||||
image: python:3.13
|
||||
commands:
|
||||
- pip install uv
|
||||
- uv sync --no-dev --only-group lints
|
||||
- uv run black --check .
|
||||
- uv run ruff check .
|
||||
- uv run ruff format --check .
|
||||
- uv run isort --check-only .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user