Skip to content

Commit b2eedf1

Browse files
committed
warning for ruff
1 parent 1b18d60 commit b2eedf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ dev = [
8888
#optionals = ["scikit-learn", "matplotlib", "cvxopt"]
8989

9090
[tool.ruff]
91-
select = ["E", "F", "I"]
91+
[lint]
92+
select = ["E", "F", "I"]
9293
line-length = 120
9394
target-version = "py310"
9495
exclude = [

0 commit comments

Comments
 (0)