From c00ba1e8e47ebb9671b2ff356c6eed84dbfdb205 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Tue, 13 Aug 2024 17:33:18 -0600 Subject: [PATCH] Ignore what's left of UP007 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9ca292c12b2..de590559a64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -254,6 +254,7 @@ ignore = [ "E402", "E501", "E731", + "UP007" ] select = [ "F", # Pyflakes