Skip to content

Commit

Permalink
Change: Replace isort and pylint with ruff
Browse files Browse the repository at this point in the history
ruff is just sooooo much faster.
  • Loading branch information
bjoernricks committed Jan 29, 2024
1 parent 0312cf1 commit a00134b
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 522 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
with:
lint-packages: gvm tests
python-version: ${{ matrix.python-version }}
linter: ruff

test:
name: Run tests
Expand Down
Loading

0 comments on commit a00134b

Please sign in to comment.