Skip to content

Commit 6f572b0

Browse files
author
Diptorup Deb
committed
Update pyproject configs.
- black now is set ot 80 char max line width - isort configs that play well with black
1 parent fb0e050 commit 6f572b0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
[tool.black]
2-
exclude = 'versioneer.py'
2+
exclude = "version"
3+
line-length = 80
4+
5+
[tool.isort]
6+
multi_line_output = 3
7+
include_trailing_comma = true
8+
force_grid_wrap = 0
9+
use_parentheses = true
10+
ensure_newline_before_comments = true
11+
line_length = 80

0 commit comments

Comments
 (0)