Skip to content

Commit 0d237bf

Browse files
committed
Enable import sorting.
1 parent a3a06e7 commit 0d237bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/selfie-lib/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ pytest = "^8.0.0"
1717
[build-system]
1818
requires = ["poetry-core"]
1919
build-backend = "poetry.core.masonry.api"
20+
21+
[tool.ruff]
22+
lint.extend-select = ["I"]

0 commit comments

Comments
 (0)