Skip to content

Commit 605659a

Browse files
authored
Use isort black profile to make compatible with black
1 parent 2c157aa commit 605659a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

openapi_python_client/templates/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ exclude = '''
3333

3434
[tool.isort]
3535
line_length = 120
36-
multi_line_output = 3
37-
include_trailing_comma = true
36+
profile = "black"
3837

3938
[build-system]
4039
requires = ["poetry>=1.0"]

0 commit comments

Comments
 (0)