mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 03:01:15 +00: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