Skip to content

Commit 5583d86

Browse files
committed
Updated isort config and added to generated project
1 parent 39771cc commit 5583d86

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

openapi_python_client/templates/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,8 @@ exclude = '''
2828
)/
2929
)
3030
'''
31+
32+
[tool.isort]
33+
line_length = 120
34+
multi_line_output = 3
35+
include_trailing_comma = true

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ exclude = '''
5858
[tool.isort]
5959
line_length = 120
6060
multi_line_output = 3
61+
include_trailing_comma = true
6162

6263
[tool.coverage.run]
6364
omit = ["openapi_python_client/templates/*"]

tests/test_end_to_end/golden-master/pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,9 @@ exclude = '''
2727
| \.mypy_cache
2828
)/
2929
)
30-
'''
30+
'''
31+
32+
[tool.isort]
33+
line_length = 120
34+
multi_line_output = 3
35+
include_trailing_comma = true

0 commit comments

Comments
 (0)