From c2529e0a5e3226f37013109619cedba1cc52fe22 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Tue, 14 Mar 2023 23:39:05 +0000 Subject: [PATCH] Ignore ``PLC1901`` in Ruff --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 15ea09c71..dc935bc4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -213,6 +213,7 @@ ignore = [ # flake8-pie "PIE790", # unnecessary 'pass' statement # pylint + "PLC1901", # simplify truthy/falsey string comparisons "PLR2004", # avoid magic values "PLR0911", # too many return statements "PLR0912", # too many branches