stable-diffusion-webui-forge/pyproject.toml
2025-07-28 10:21:55 +08:00

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"]