Remove deprecated ruff optiong
This commit is contained in:
parent
57375591b5
commit
cc8aafa310
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ python-linting:
|
|||
- pip install uv
|
||||
- uv sync --extra testing --extra ci
|
||||
script:
|
||||
- ./.venv/bin/ruff --check src/
|
||||
- ./.venv/bin/ruff check src/
|
||||
- ./.venv/bin/ruff format --check src/
|
||||
only:
|
||||
refs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue