Skip to content

Commit

Permalink
Add changes in pyproject.toml to make isort behave similarly to black
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoOpenCosmos committed Feb 5, 2025
1 parent 84ea9da commit 982197d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ dependencies = [
[tool.pydocstyle]
convention = "google"

[tool.isort]
profile = "black"
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
line_length = 88

# Add GitLab private registry as a source
# useless comment
[[tool.poetry.source]]
Expand Down

0 comments on commit 982197d

Please sign in to comment.