We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc55e2 commit d5b406bCopy full SHA for d5b406b
1 file changed
pyproject.toml
@@ -49,7 +49,7 @@ only-include = ["hbw", "README.md", "LICENSE", "pyproject.toml"]
49
[tool.ruff]
50
line-length = 100
51
target-version = "py312"
52
-extend-exclude = ["*.ipynb"]
+extend-exclude = ["*.ipynb", "ms/"]
53
54
[tool.ruff.lint]
55
select = ["E", "F", "I", "UP", "B", "SIM", "N", "W"]
0 commit comments