mirror of
https://github.com/Bing-su/adetailer.git
synced 2026-01-26 19:29:54 +00:00
fix: add PL rule
This commit is contained in:
@@ -56,6 +56,7 @@ select = [
|
||||
"N",
|
||||
"PD",
|
||||
"PERF",
|
||||
"PL",
|
||||
"PIE",
|
||||
"PT",
|
||||
"PTH",
|
||||
@@ -67,7 +68,7 @@ select = [
|
||||
"UP",
|
||||
"W",
|
||||
]
|
||||
ignore = ["B905", "E501"]
|
||||
ignore = ["B905", "E501", "PLR2004", "PLW0603"]
|
||||
unfixable = ["F401"]
|
||||
|
||||
[tool.ruff.lint.isort]
|
||||
|
||||
Reference in New Issue
Block a user