sd-webui-forge-classic / pyproject.toml
WhiteAiZ's picture
update forge classic
a2e084c verified
[tool.black]
line-length = 1024
[tool.ruff]
target-version = "py311"
exclude = ["extensions"]
lint.select = ["N805", "S307", "S102", "T", "W", "F"]