fix(antipolls): ruff fixes
Some checks failed
Actions / Build Documentation (MkDocs) (push) Successful in 42s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 48s

This commit is contained in:
cswimr 2025-01-26 14:22:12 +00:00
parent 59d33ea87d
commit d51e3f17e9
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
2 changed files with 12 additions and 12 deletions

View file

@ -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"]