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"