Skip to content

Commit 0f5abc1

Browse files
Updates isort config to use wemake profile
1 parent 9af25f8 commit 0f5abc1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

setup.cfg

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,8 @@ per-file-ignores =
4444

4545
[isort]
4646
# isort configuration:
47-
# https://github.com/timothycrosley/isort/wiki/isort-Settings
48-
include_trailing_comma = true
49-
use_parentheses = true
50-
# See https://github.com/timothycrosley/isort#multi-line-output-modes
51-
multi_line_output = 3
52-
line_length = 80
47+
# # https://pycqa.github.io/isort/docs/configuration/profiles.html
48+
profile = wemake
5349

5450

5551
[tool:pytest]

0 commit comments

Comments
 (0)