stable-diffusion-webui/pyproject.toml

11 lines
162 B
TOML
Raw Normal View History

2023-05-10 04:43:55 +00:00
[tool.ruff]
ignore = [
"E501",
2023-05-10 04:52:45 +00:00
"E731",
"E402", # Module level import not at top of file
"F401" # Module imported but unused
2023-05-10 04:43:55 +00:00
]
exclude = ["extensions"]