Skip to content

Commit

Permalink
DX: do not run notebooks in temp dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Feb 12, 2024
1 parent fa3437e commit afa5068
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,11 @@ filterwarnings = [
"ignore:read_text is deprecated.*:DeprecationWarning",
"ignore:unclosed .*:ResourceWarning",
]
norecursedirs = ["_build"]
norecursedirs = [
".ipynb_checkpoints",
".virtual_documents",
"_build",
]
testpaths = ["docs"]

[tool.ruff]
Expand Down

0 comments on commit afa5068

Please sign in to comment.