Enable SIM114 (combine if branches using logical or operator)

This commit is contained in:
Adam Turner 2023-08-13 23:18:29 +01:00
parent f844055dda
commit 3a5e1f11ab

View File

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