Skip to content

Commit

Permalink
Change: Fix linting with ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h-abdelsalam authored and greenbonebot committed Jul 11, 2024
1 parent c9f6a23 commit 6da0c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- "3.12"
uses: greenbone/workflows/.github/workflows/lint-python.yml@main
with:
linter: ruff
linter: ruff check
lint-packages: gvmtools tests
python-version: ${{ matrix.python-version }}

Expand All @@ -44,7 +44,7 @@ jobs:
run: poetry run black --check scripts/*.gmp.py
- name: Lint scripts
run: |
poetry run ruff --config scripts/ruff.toml scripts/*.py
poetry run ruff check --config scripts/ruff.toml scripts/*.py
test:
name: Unit tests
Expand Down

0 comments on commit 6da0c2e

Please sign in to comment.