mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-19 17:47:25 -05:00
add ruff config
This commit is contained in:
8
pyproject.toml
Normal file
8
pyproject.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[tool.ruff]
|
||||
|
||||
ignore = [
|
||||
"E501",
|
||||
"E731"
|
||||
]
|
||||
|
||||
exclude = ["extensions"]
|
||||
Reference in New Issue
Block a user