Skip to content

Commit

Permalink
Add isort configuration (#2)
Browse files Browse the repository at this point in the history
(DIS-1438)
  • Loading branch information
Miauwkeru committed Sep 23, 2022
1 parent c71d5dc commit 2410dca
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ build-backend = "setuptools.build_meta"

[tool.black]
line-length = 120

[tool.isort]
profile = "black"
known_first_party = ["dissect.etl"]
known_third_party = ["dissect"]

0 comments on commit 2410dca

Please sign in to comment.