fix(antipolls): ruff fixes
This commit is contained in:
parent
59d33ea87d
commit
d51e3f17e9
2 changed files with 12 additions and 12 deletions
|
@ -105,7 +105,7 @@ select = [
|
|||
"RET",
|
||||
"RSE",
|
||||
]
|
||||
ignore = ["PLR0912", "PLR0915", "PLR2004", "PLR0913", "EM101"]
|
||||
ignore = ["PLR0911", "PLR0912", "PLR0915", "PLR2004", "PLR0913", "EM101"]
|
||||
|
||||
# Allow fix for all enabled rules (when `--fix`) is provided.
|
||||
fixable = ["ALL"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue