Enable isort linting rules (#267)
See https://docs.astral.sh/ruff/rules/#isort-i.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
select = [
|
||||
"E", # pycodestyle errors
|
||||
"F", # pyflakes errors
|
||||
"I", # isort
|
||||
"ISC", # flake8-implicit-str-concat
|
||||
"PGH", # pygrep-hooks
|
||||
"RUF100", # unused noqa (yesqa)
|
||||
|
||||
Reference in New Issue
Block a user