Ignore `PLC1901` in Ruff

This commit is contained in:
Adam Turner 2023-03-14 23:39:05 +00:00
parent 780fc6b15d
commit c2529e0a5e

View File

@ -213,6 +213,7 @@ ignore = [
# flake8-pie
"PIE790", # unnecessary 'pass' statement
# pylint
"PLC1901", # simplify truthy/falsey string comparisons
"PLR2004", # avoid magic values
"PLR0911", # too many return statements
"PLR0912", # too many branches