Skip to content

Commit 372bf70

Browse files
committed
configure ruff
1 parent 16ff8b5 commit 372bf70

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pyproject.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
1-
[tool.black]
2-
exclude = "cmake"
1+
[tool.ruff]
2+
extend-exclude = ["cmake"]
3+
4+
[tool.ruff.lint]
5+
extend-select = ["I", "NPY", "RUF", "UP", "W"]
6+
7+
[tool.tomlsort]
8+
all = true

0 commit comments

Comments
 (0)