Skip to content

Commit 74e3ca1

Browse files
committed
isort configuration added
1 parent 48fc0c4 commit 74e3ca1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ norecursedirs = "test-data"
5151
skips = ["B101", "B404"] # allow asserts, subprocesses
5252
exclude_dirs = ["tests"]
5353

54+
[tool.isort]
55+
known_first_party = "gardenlinux"
56+
5457
[build-system]
5558
requires = ["poetry-core"]
5659
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)