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.
1 parent 8efcb63 commit 054eee6Copy full SHA for 054eee6
{{cookiecutter.package_name}}/pyproject.toml
@@ -1,2 +1,12 @@
1
[tool.black]
2
line-length = 79
3
+
4
+[tool.isort]
5
+# https://github.com/PyCQA/isort/wiki/isort-Settings
6
+# https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html
7
+multi_line_output = 3
8
+include_trailing_comma = true
9
+force_grid_wrap = 0
10
+use_parentheses = true
11
+ensure_newline_before_comments = true
12
+line_length = 79
0 commit comments