From 3a5e1f11abded2ffdcdcc2f7f37a8c054baca0e1 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 13 Aug 2023 23:18:29 +0100 Subject: [PATCH] Enable SIM114 (combine if branches using logical or operator) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d54d7b6b9..6b79a2512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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