Skip to content

Commit c61d157

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3af4917 commit c61d157

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/data-processing/serialisation-formats/toml/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ line-length = 79
66

77
[tool.isort]
88
atomic = true
9-
force_grid_wrap = 0
9+
multi_line_output = 3
10+
use_parentheses = true
1011
include_trailing_comma = true
12+
force_grid_wrap = 0
1113
lines_after_imports = 2
1214
lines_between_types = 1
13-
multi_line_output = 3
14-
not_skip = "__init__.py"
15-
use_parentheses = true
16-
known_first_party = [ "MY_FIRST_MODULE", "MY_SECOND_MODULE" ]
1715
known_third_party = [ "mpi4py", "numpy", "requests" ]
16+
known_first_party = [ "MY_FIRST_MODULE", "MY_SECOND_MODULE" ]
17+
not_skip = "__init__.py"

0 commit comments

Comments
 (0)