Skip to content

Commit da45082

Browse files
ignore the notebook
1 parent b31c708 commit da45082

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
[tool.ruff]
22
line-length = 100
3+
extend-exclude = ["*.ipynb"]
34

45
[tool.ruff.lint]
56
select = ["E", "F", "W", "I"]
67
ignore = ["E203", "E731"]
78

8-
[tool.ruff.lint.per-file-ignores]
9-
"helpers.py" = ["E731"]
10-
11-
129
[tool.ruff.lint.isort]
1310
lines-between-types = 1

0 commit comments

Comments
 (0)