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