Skip to content

Commit 617f6e1

Browse files
committed
Extend isort configuration to add known third party lib as dpctl
1 parent 2884939 commit 617f6e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,10 @@ source = [
134134
ensure_newline_before_comments = true
135135
force_grid_wrap = 0
136136
include_trailing_comma = true
137+
known_third_party = ["dpctl"]
137138
line_length = 80
138139
multi_line_output = 3
140+
profile = "black"
139141
skip = ["dpnp/__init__.py"]
140142
split_on_trailing_comma = true
141143
use_parentheses = true

0 commit comments

Comments
 (0)