Skip to content

Commit ac1a385

Browse files
committed
address review comments
1 parent 581e54f commit ac1a385

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.flake8

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ extend-ignore =
44
E203,
55
# line too long (in docstrings):
66
E501,
7-
# ‘from module import *’ used; unable to detect undefined names:
8-
F403,
97
# doc line too long (105 > 80 characters):
108
W505,
119
# missing docstring in public module:

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,8 @@ Homepage = "http://github.com/IntelPython/mkl-service"
7676
line-length = 80
7777

7878
[tool.isort]
79-
ensure_newline_before_comments = true
80-
force_grid_wrap = 0
81-
include_trailing_comma = true
8279
line_length = 80
83-
multi_line_output = 3
84-
use_parentheses = true
80+
profile = "black"
8581

8682
[tool.setuptools]
8783
include-package-data = true

0 commit comments

Comments
 (0)