We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 581e54f commit ac1a385Copy full SHA for ac1a385
2 files changed
.flake8
@@ -4,8 +4,6 @@ extend-ignore =
4
E203,
5
# line too long (in docstrings):
6
E501,
7
- # ‘from module import *’ used; unable to detect undefined names:
8
- F403,
9
# doc line too long (105 > 80 characters):
10
W505,
11
# missing docstring in public module:
pyproject.toml
@@ -76,12 +76,8 @@ Homepage = "http://github.com/IntelPython/mkl-service"
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
+profile = "black"
85
86
[tool.setuptools]
87
include-package-data = true
0 commit comments