Skip to content

Commit

Permalink
Fix: Linting in CI via ruff check
Browse files Browse the repository at this point in the history
`ruff` is deprecated. ...
  • Loading branch information
y0urself authored and greenbonebot committed Jul 8, 2024
1 parent 8bf91e9 commit 9fc463c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
packages: pontos tests
python-version: ${{ matrix.python-version }}
linter: ruff
linter: ruff check

test:
name: Run all tests
Expand Down

0 comments on commit 9fc463c

Please sign in to comment.