mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-07-21 21:01:24 +08:00
8 lines
149 B
TOML
8 lines
149 B
TOML
[tool.black]
|
|
line-length = 1024
|
|
|
|
[tool.ruff]
|
|
target-version = "py311"
|
|
exclude = ["extensions"]
|
|
lint.select = ["N805", "S307", "S102", "T", "W", "F"]
|