mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable SIM114 (combine if branches using logical or operator)
This commit is contained in:
parent
f844055dda
commit
3a5e1f11ab
@ -270,7 +270,6 @@ ignore = [
|
||||
"SIM103", # return condition directly
|
||||
"SIM105", # use contextlib.suppress
|
||||
"SIM108", # use ternary operator
|
||||
"SIM114", # combine if branches using logical or operator
|
||||
# flake8-self
|
||||
"SLF001", # private member accessed
|
||||
# flake8-print
|
||||
|
Loading…
Reference in New Issue
Block a user