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 9af25f8 commit 0f5abc1Copy full SHA for 0f5abc1
setup.cfg
@@ -44,12 +44,8 @@ per-file-ignores =
44
45
[isort]
46
# 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
+# # https://pycqa.github.io/isort/docs/configuration/profiles.html
+profile = wemake
53
54
55
[tool:pytest]
0 commit comments