Skip to content

Commit 3a5e1f1

Browse files
committed
Enable SIM114 (combine if branches using logical or operator)
1 parent f844055 commit 3a5e1f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ ignore = [
270270
"SIM103", # return condition directly
271271
"SIM105", # use contextlib.suppress
272272
"SIM108", # use ternary operator
273-
"SIM114", # combine if branches using logical or operator
274273
# flake8-self
275274
"SLF001", # private member accessed
276275
# flake8-print

0 commit comments

Comments
 (0)