Skip to content

Commit 696a530

Browse files
authored
Update setup.cfg
1 parent 0ff6cc2 commit 696a530

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
@@ -102,12 +102,8 @@ per-file-ignores =
102102

103103
[isort]
104104
# isort configuration:
105-
# https://github.com/timothycrosley/isort/wiki/isort-Settings
106-
include_trailing_comma = true
107-
use_parentheses = true
108-
# See https://github.com/timothycrosley/isort#multi-line-output-modes
109-
multi_line_output = 3
110-
line_length = 80
105+
# https://pycqa.github.io/isort/docs/configuration/profiles.html
106+
profile = wemake
111107

112108

113109
[tool:pytest]

0 commit comments

Comments
 (0)