chore(repo): enable some more ruff rules
This commit is contained in:
parent
0c43e3d2c9
commit
dbff8d0d2a
1 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,9 @@ select = [
|
|||
"PLW",
|
||||
"PLR",
|
||||
"LOG",
|
||||
"SLF",
|
||||
"ERA",
|
||||
"FIX",
|
||||
]
|
||||
ignore = ["PLR0912", "PLR0915", "PLR2004", "PLR0913"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue