From 39e4a373b7f0d6b2b1daef4e47e20b00a02d9a81 Mon Sep 17 00:00:00 2001 From: Raymond Zhao <7199958+rzhao271@users.noreply.github.com> Date: Fri, 28 Jul 2023 17:26:34 -0700 Subject: [PATCH] Ignore PLR1714 for now --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3c4020b2..b4f55ba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -88,6 +88,7 @@ select = [ ignore = [ "PLC1901", "PLR0402", + "PLR1714", "PLR2004", "PLR5501", "PLW0603",