project: Extend ruff with isort checks
Check for isort issues when running ruff check. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
d2d099031c
commit
815fefb397
|
@ -47,6 +47,7 @@ namespaces = false
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
extend-select = [
|
extend-select = [
|
||||||
|
"I", # isort
|
||||||
"UP", # pyupgrade
|
"UP", # pyupgrade
|
||||||
]
|
]
|
||||||
ignore = [
|
ignore = [
|
||||||
|
|
Loading…
Reference in New Issue