Skip to content

Commit

Permalink
Fix: fixes deprecated ruff command
Browse files Browse the repository at this point in the history
## What

Fix: Use ruff check as linter

## Why

Using `ruff` is deprecated ...

## References

[DEVOPS-1093](https://jira.greenbone.net/browse/DEVOPS-1093)
  • Loading branch information
Balou9 authored and greenbonebot committed Jul 31, 2024
1 parent f1e8dc4 commit ab3e775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: greenbone/workflows/.github/workflows/ci-python.yml@main
with:
lint-packages: autohooks tests
linter: ruff check
python-version: ${{ matrix.python-version }}


Expand Down

0 comments on commit ab3e775

Please sign in to comment.