mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-17 11:50:18 +08:00
11 lines
162 B
TOML
11 lines
162 B
TOML
[tool.ruff]
|
|
|
|
ignore = [
|
|
"E501",
|
|
"E731",
|
|
"E402", # Module level import not at top of file
|
|
"F401" # Module imported but unused
|
|
]
|
|
|
|
exclude = ["extensions"]
|