Skip to content

Commit

Permalink
project: Extend ruff with isort checks
Browse files Browse the repository at this point in the history
Check for isort issues when running ruff check.

Signed-off-by: Pieter De Gendt <[email protected]>
  • Loading branch information
pdgendt committed Nov 4, 2024
1 parent b99f020 commit 802d530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ namespaces = false

[tool.ruff.lint]
extend-select = [
"I", # isort
"UP", # pyupgrade
]
ignore = [
Expand Down

0 comments on commit 802d530

Please sign in to comment.