From 013aabcd280ad8f5c8b74e60a0f57d0d9ca34c34 Mon Sep 17 00:00:00 2001 From: Konstantin Malanchev Date: Mon, 17 Jun 2024 08:37:15 -0400 Subject: [PATCH] Add ruff rule for numpy 2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4cccbdc..49c273d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ select = [ "D300", "D417", "D419", - + "NPY201", ] ignore = [