Skip to content

Commit d5b406b

Browse files
committed
Update pyproject.toml
1 parent 5fc55e2 commit d5b406b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ only-include = ["hbw", "README.md", "LICENSE", "pyproject.toml"]
4949
[tool.ruff]
5050
line-length = 100
5151
target-version = "py312"
52-
extend-exclude = ["*.ipynb"]
52+
extend-exclude = ["*.ipynb", "ms/"]
5353

5454
[tool.ruff.lint]
5555
select = ["E", "F", "I", "UP", "B", "SIM", "N", "W"]

0 commit comments

Comments
 (0)