Skip to content

Commit 5d589ee

Browse files
committed
Update pyproject.toml
1 parent fb8b1f4 commit 5d589ee

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,9 @@ select = ["F", "I"]
107107
quote-style = "double"
108108
indent-style = "space"
109109
line-ending = "auto"
110+
skip-magic-trailing-comma = false
111+
112+
[tool.ruff.lint.isort]
113+
known-first-party = ["pypfopt"]
114+
combine-as-imports = true
115+
force-sort-within-sections = true

0 commit comments

Comments
 (0)