We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wemake
1 parent b7156b1 commit d9b2d10Copy full SHA for d9b2d10
setup.cfg
@@ -88,12 +88,8 @@ addopts =
88
89
[isort]
90
# 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
+# https://pycqa.github.io/isort/docs/configuration/profiles.html
+profile = wemake
97
98
99
[mypy]
0 commit comments