stable-diffusion-webui/pyproject.toml

13 lines
195 B
TOML
Raw Normal View History

2023-05-10 12:43:55 +08:00
[tool.ruff]
2023-05-10 13:43:42 +08:00
exclude = ["extensions"]
2023-05-10 12:43:55 +08:00
ignore = [
"E501",
2023-05-10 13:43:42 +08:00
"F401", # Module imported but unused
2023-05-10 12:43:55 +08:00
]
2023-05-10 13:43:42 +08:00
[tool.ruff.per-file-ignores]
"webui.py" = ["E402"] # Module level import not at top of file