From 3aa5e02bfae78413423abe5373a1f55558e06ac3 Mon Sep 17 00:00:00 2001 From: Taher Chegini Date: Sat, 6 Apr 2024 22:11:52 -0400 Subject: [PATCH] MNT: Add the numpy 2 migration linter. [skip ci] --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index af8aa45..1f36ac8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,6 +136,8 @@ lint.select = [ "TCH", # Ruff-specific rules "RUF", + # compatibility with numpy 2.0 + "NPY201", ] exclude = [