Skip to content

Commit 7f1db78

Browse files
authored
Update pyproject.toml
- relax single line imports Signed-off-by: Mackenzie Mathis <[email protected]>
1 parent 6276cb1 commit 7f1db78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ based_on_style = "google"
77
indent_width = 4
88

99
[tool.isort]
10-
force_single_line = true
10+
force_single_line = false
1111
force_sort_within_sections = false
1212
lexicographical = true
1313
single_line_exclusions = ['typing']

0 commit comments

Comments
 (0)