mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 03:01:15 +00:00
autofixes from ruff
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
ignore = [
|
||||
"E501",
|
||||
"E731"
|
||||
"E731",
|
||||
"E402", # Module level import not at top of file
|
||||
"F401" # Module imported but unused
|
||||
]
|
||||
|
||||
exclude = ["extensions"]
|
||||
|
||||
Reference in New Issue
Block a user