Skip to content

Commit b8584cc

Browse files
committed
add black and isort settings to pyproject.toml
1 parent 34e1f8c commit b8584cc

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,17 @@ test = ["pytest"]
7272
Download = "http://github.com/IntelPython/mkl-service"
7373
Homepage = "http://github.com/IntelPython/mkl-service"
7474

75+
[tool.black]
76+
line-length = 80
77+
78+
[tool.isort]
79+
ensure_newline_before_comments = true
80+
force_grid_wrap = 0
81+
include_trailing_comma = true
82+
line_length = 80
83+
multi_line_output = 3
84+
use_parentheses = true
85+
7586
[tool.setuptools]
7687
include-package-data = true
7788
packages = ["mkl"]

0 commit comments

Comments
 (0)