chore(repo): enable more ruff rules
This commit is contained in:
parent
6f0fee8275
commit
0b60a2df66
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,8 @@ select = [
|
|||
"SLF",
|
||||
"ERA",
|
||||
"FIX",
|
||||
"PERF",
|
||||
"C4",
|
||||
]
|
||||
ignore = ["PLR0912", "PLR0915", "PLR2004", "PLR0913"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue