From b2cb362a5e41c83eba83dd2b52553bf6eee60bef Mon Sep 17 00:00:00 2001 From: VNMabus Date: Thu, 25 Jan 2024 15:03:19 +0100 Subject: [PATCH] Prevent Pydev to recurse in asv benchmarks. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b2ca20..a7c7526 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -101,7 +101,7 @@ disallow_untyped_defs = false [tool.pytest.ini_options] addopts = "--doctest-modules --doctest-glob='*.rst'" doctest_optionflags = "NORMALIZE_WHITESPACE ELLIPSIS" -norecursedirs = ".* build dist *.egg venv .svn _build docs/auto_examples examples" +norecursedirs = ".* build dist *.egg venv .svn _build docs/auto_examples examples asv_benchmarks" [tool.ruff.lint] select = [