Skip to content

Commit d9b2d10

Browse files
committedOct 23, 2022
Updates isort config to use wemake profile
1 parent b7156b1 commit d9b2d10

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed
 

‎setup.cfg

+2-6
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,8 @@ addopts =
8888

8989
[isort]
9090
# isort configuration:
91-
# https://github.com/timothycrosley/isort/wiki/isort-Settings
92-
include_trailing_comma = true
93-
use_parentheses = true
94-
# See https://github.com/timothycrosley/isort#multi-line-output-modes
95-
multi_line_output = 3
96-
line_length = 80
91+
# https://pycqa.github.io/isort/docs/configuration/profiles.html
92+
profile = wemake
9793

9894

9995
[mypy]

0 commit comments

Comments
 (0)
Please sign in to comment.