We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a826e8 commit 3532d58Copy full SHA for 3532d58
pyproject.toml
@@ -7,7 +7,6 @@ exclude = [
7
"/.github",
8
"/bench",
9
"/docs",
10
- "/notebooks"
11
]
12
13
[project]
@@ -282,7 +281,6 @@ extend-exclude = [
282
281
"buck-out",
283
"build",
284
"dist",
285
- "notebooks", # temporary, until we achieve compatibility with ruff ≥ 0.6
286
"venv",
287
"docs",
288
"tests/test_regression/scripts/", # these are scripts that use a different version of python
0 commit comments