From 6455d7c1668140478882bdd2e6a81664ad7c6fed Mon Sep 17 00:00:00 2001 From: domna Date: Tue, 18 Jun 2024 19:11:21 +0200 Subject: [PATCH] Add comment for numpy linting --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eddffbe9..6050f66d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ select = [ "E", # pycodestyle "W", # pycodestyle "PL", # pylint - "NPY201", + "NPY201", # numpy ] ignore = [ "E501", # Line too long ({width} > {limit} characters)