fix: remove sd_webui/

This commit is contained in:
Bingsu
2023-08-27 13:12:32 +09:00
parent a97b9923cc
commit 8b301a356d
13 changed files with 7 additions and 489 deletions

View File

@@ -21,6 +21,3 @@ ignore = ["B008", "B905", "E501", "F401", "UP007"]
[tool.ruff.isort]
known-first-party = ["launch", "modules"]
[tool.ruff.per-file-ignores]
"sd_webui/*.py" = ["B027", "F403"]