Skip to content

Commit f906ef7

Browse files
committed
fix(ci): integrate isort 5.0 with black to resolve conflicts
1 parent cb0bcce commit f906ef7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,7 @@ exclude_lines = [
112112
]
113113

114114
[tool.isort]
115-
multi_line_output = 3
116-
include_trailing_comma = true
117-
force_grid_wrap = 0
118-
use_parentheses = true
119-
line_length = 120
115+
profile = "black" # resolves conflict with black
120116
skip = "example"
121117

122118
[tool.black]

0 commit comments

Comments
 (0)