mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat: add ruff isort ruleset
This commit is contained in:
parent
2b7e7496f7
commit
d073d10f9f
@ -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__",
|
||||
|
Loading…
Reference in New Issue
Block a user