Skip to content

Commit

Permalink
move isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Dec 31, 2022
1 parent e26c779 commit 400ad67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[tool.isort]
profile = "black"
line_length = 120
force_sort_within_sections = "False"
order_by_type = "False"

[tool.black]
# https://github.com/psf/black
line-length = 120
Expand Down
7 changes: 0 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,3 @@ doctests = True
verbose = 2
# https://pep8.readthedocs.io/en/latest/intro.html#error-codes
format = pylint

[isort]
line_length = 120
order_by_type = False
# 3 - Vertical Hanging Indent
multi_line_output = 3
include_trailing_comma = True

0 comments on commit 400ad67

Please sign in to comment.