mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Ignore `PLC1901
` in Ruff
This commit is contained in:
parent
780fc6b15d
commit
c2529e0a5e
@ -213,6 +213,7 @@ ignore = [
|
|||||||
# flake8-pie
|
# flake8-pie
|
||||||
"PIE790", # unnecessary 'pass' statement
|
"PIE790", # unnecessary 'pass' statement
|
||||||
# pylint
|
# pylint
|
||||||
|
"PLC1901", # simplify truthy/falsey string comparisons
|
||||||
"PLR2004", # avoid magic values
|
"PLR2004", # avoid magic values
|
||||||
"PLR0911", # too many return statements
|
"PLR0911", # too many return statements
|
||||||
"PLR0912", # too many branches
|
"PLR0912", # too many branches
|
||||||
|
Loading…
Reference in New Issue
Block a user