Skip to content

Commit

Permalink
Prevent Pydev to recurse in asv benchmarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Jan 25, 2024
1 parent 133e3ef commit b2cb362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit b2cb362

Please sign in to comment.