mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 11:19:53 +00:00
feat: save preview
This commit is contained in:
@@ -13,11 +13,11 @@ repository = "https://github.com/Bing-su/adetailer"
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
known_first_party = ["modules", "launch"]
|
||||
known_first_party = ["launch", "modules"]
|
||||
|
||||
[tool.ruff]
|
||||
select = ["A", "B", "C4", "E", "F", "I001", "ISC", "N", "PIE", "PT", "RET", "SIM", "UP", "W"]
|
||||
ignore = ["B008", "B905", "E501", "UP007", "F401"]
|
||||
|
||||
[tool.ruff.isort]
|
||||
known-first-party = ["modules", "launch"]
|
||||
known-first-party = ["launch", "modules"]
|
||||
|
||||
Reference in New Issue
Block a user