From dc919665f66e0156c8a06c888d4dd5df62d272eb Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Fri, 15 Sep 2023 13:35:41 -0400 Subject: [PATCH] fix pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b82cbef62f..c10070cf08 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -176,9 +176,6 @@ select = [ "NPY", # numpy ] -[tool.pytest.ini_options] -markers = "run" - ignore = [ "E501", # line too long "F841", # local variable is assigned to but never used @@ -198,3 +195,6 @@ ignore-init-module-imports = true [tool.ruff.pydocstyle] convention = "numpy" + +[tool.pytest.ini_options] +markers = "run"