From 7841d3d9b2db9ed686fec7e2222c720dfa32c1b4 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sat, 7 Jan 2023 22:28:45 +0000 Subject: [PATCH] Ignore more checks in Ruff 0.0.214 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5884b7fe329..567cf9356a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -166,6 +166,7 @@ ignore = [ "S324", # probable use of insecure hash functions # flake8-simplify "SIM102", # nested 'if' statements + "SIM103", # return condition directly "SIM105", # use contextlib.suppress "SIM108", # use ternary operator "SIM117", # use single 'with' statement