Skip to content

Commit

Permalink
Proper isort config
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Dec 2, 2022
1 parent f08b5db commit 9e1ecc8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ extend-exclude = '''
requires = ["setuptools>=41.0", "setuptools-scm", "wheel"]
build-backend = "setuptools.build_meta"

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

[tool.ruff]
line-length = 80

Expand Down

0 comments on commit 9e1ecc8

Please sign in to comment.