From bd2f0017ff51d86c8269751fa5b612dbcc85c17c Mon Sep 17 00:00:00 2001 From: Shane Smiskol Date: Thu, 13 Mar 2025 20:49:55 -0700 Subject: [PATCH] ignore --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1fb751e2d5..72070dbc55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -232,6 +232,7 @@ lint.ignore = [ "B024", "NPY002", # new numpy random syntax is worse "UP038", # (x, y) -> x|y for isinstance + "C420", ] line-length = 160 target-version ="py311"