From 874a510ab0b8ccf73ec201ee8b9f63e314bbea66 Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Thu, 21 Dec 2023 20:52:25 +0100 Subject: [PATCH] Update ruff config --- ruff.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/ruff.toml b/ruff.toml index 4e44751..f2d8065 100644 --- a/ruff.toml +++ b/ruff.toml @@ -72,7 +72,6 @@ ignore = [ 'SIM108', # noisy ternary 'SIM114', # sometimes separate ifs are more readable (especially if they just return a bool) 'SIM117', # nested context managers may be more readable - 'SIM300', # https://github.com/astral-sh/ruff/issues/6956 'PLC0415', # local imports are there for a reason 'PLR09', # too-many- is just noisy 'PLR0913', # very noisy