Skip to content

Commit f88b344

Browse files
committed
chore: update pyproject.toml
1 parent 0384782 commit f88b344

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,15 @@ explicit = true
7171
[tool.ruff]
7272
line-length = 100
7373
target-version = "py311"
74-
exclude = [".git", ".ruff_cache", ".venv", ".vscode", "dataset", "result"]
74+
exclude = [
75+
".git",
76+
".ruff_cache",
77+
".venv",
78+
".vscode",
79+
"dataset",
80+
"result",
81+
"*.ipynb",
82+
]
7583

7684
[tool.ruff.lint]
7785
preview = true

0 commit comments

Comments
 (0)