Skip to content

Commit 2bb4db9

Browse files
committed
Fix pyproject.toml warnings
1 parent d92fb25 commit 2bb4db9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

+4-2
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ packages = ["proxsuite_nlp"]
2828
package-dir = {"" = "python"}
2929

3030
[tool.ruff]
31+
exclude = [".git", "build*", "cmake"]
32+
33+
[tool.ruff.lint]
3134
select = ["E", "F"]
3235
ignore = ["E501"]
33-
exclude = [".git", "build*", "cmake"]
3436
fixable = ["E"]
3537

36-
[tool.ruff.per-file-ignores]
38+
[tool.ruff.lint.per-file-ignores]
3739
"bindings/python/proxsuite_nlp/__init__.py" = ["F401", "F403"]

0 commit comments

Comments
 (0)