We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e1f8c commit b8584ccCopy full SHA for b8584cc
1 file changed
pyproject.toml
@@ -72,6 +72,17 @@ test = ["pytest"]
72
Download = "http://github.com/IntelPython/mkl-service"
73
Homepage = "http://github.com/IntelPython/mkl-service"
74
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
86
[tool.setuptools]
87
include-package-data = true
88
packages = ["mkl"]
0 commit comments