mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 11:19:53 +00:00
stype: fix ruff UP007 rule, typings
This commit is contained in:
@@ -36,7 +36,10 @@ select = [
|
||||
"UP",
|
||||
"W",
|
||||
]
|
||||
ignore = ["B008", "B905", "E501", "F401", "UP007"]
|
||||
ignore = ["B008", "B905", "E501", "F401"]
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
known-first-party = ["launch", "modules"]
|
||||
|
||||
[tool.ruff.lint.pyupgrade]
|
||||
keep-runtime-typing = true
|
||||
|
||||
Reference in New Issue
Block a user