Skip to content

Commit

Permalink
style: use black isort profile
Browse files Browse the repository at this point in the history
  • Loading branch information
hartungstenio committed Jul 21, 2023
1 parent e791dcf commit 2b3e378
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,11 @@ line-length = 110
target-version = ["py38", "py39", "py310", "py311"]

[tool.isort]
line_length = 100
multi_line_output = 3
profile = "black"
line_length = 110
known_localfolder = ["loafer", "tests"]
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "LOCALFOLDER"]
default_section = "THIRDPARTY"
include_trailing_comma = true

[tool.pytest.ini_options]
testpaths = ["tests"]
Expand Down

0 comments on commit 2b3e378

Please sign in to comment.