Skip to content

Commit

Permalink
isort: use combine_as_imports since we use those already
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Jan 17, 2024
1 parent cdf71a5 commit 9993693
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ requires = ["setuptools >= 43.0.0", "tomli", "wheel"]
force_grid_wrap = 2
include_trailing_comma = true
multi_line_output = 3
combine_as_imports = true

[tool.codespell]
skip = '.git,*.pdf,*.svg,venvs,versioneer.py,venvs'
Expand Down

0 comments on commit 9993693

Please sign in to comment.