mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-23 08:13:58 +00:00
9 lines
69 B
TOML
9 lines
69 B
TOML
[tool.ruff]
|
|
|
|
ignore = [
|
|
"E501",
|
|
"E731"
|
|
]
|
|
|
|
exclude = ["extensions"]
|