feat: add ruff isort ruleset

This commit is contained in:
psychedelicious 2023-11-21 07:14:00 +11:00
parent 2b7e7496f7
commit d073d10f9f

View File

@ -203,7 +203,7 @@ ignore = [
"B008", # https://docs.astral.sh/ruff/rules/function-call-in-default-argument/
"B904", # https://docs.astral.sh/ruff/rules/raise-without-from-inside-except/
]
select = ["B", "C", "E", "F", "W"]
select = ["B", "C", "E", "F", "W", "I"]
exclude = [
".git",
"__pycache__",