mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 11:19:53 +00:00
chore: update ruff rules
This commit is contained in:
@@ -54,6 +54,7 @@ select = [
|
||||
"I001",
|
||||
"ISC",
|
||||
"N",
|
||||
"PD",
|
||||
"PERF",
|
||||
"PIE",
|
||||
"PT",
|
||||
@@ -61,10 +62,13 @@ select = [
|
||||
"RET",
|
||||
"RUF",
|
||||
"SIM",
|
||||
"T20",
|
||||
"TRY",
|
||||
"UP",
|
||||
"W",
|
||||
]
|
||||
ignore = ["B008", "B905", "E501", "F401"]
|
||||
ignore = ["B905", "E501"]
|
||||
unfixable = ["F401"]
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
known-first-party = ["launch", "modules"]
|
||||
|
||||
Reference in New Issue
Block a user