mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-15 14:50:55 -08:00
add ruff config
This commit is contained in:
parent
f5ea1e9d92
commit
a617d64882
1 changed files with 8 additions and 0 deletions
8
pyproject.toml
Normal file
8
pyproject.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[tool.ruff]
|
||||
|
||||
ignore = [
|
||||
"E501",
|
||||
"E731"
|
||||
]
|
||||
|
||||
exclude = ["extensions"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue