Skip to content

Commit 1fc6d9a

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

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

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

88
[tool.isort]
9-
atomic=true
10-
force_grid_wrap=0
11-
include_trailing_comma=true
12-
lines_after_imports=2
13-
lines_between_types=1
14-
multi_line_output=3
15-
not_skip="__init__.py"
16-
use_parentheses=true
9+
atomic = true
10+
force_grid_wrap = 0
11+
include_trailing_comma = true
12+
lines_after_imports = 2
13+
lines_between_types = 1
14+
multi_line_output = 3
15+
not_skip = "__init__.py"
16+
use_parentheses = true
1717

18-
known_first_party=["MY_FIRST_MODULE", "MY_SECOND_MODULE"]
19-
known_third_party=["mpi4py", "numpy", "requests"]
18+
known_first_party = [ "MY_FIRST_MODULE", "MY_SECOND_MODULE" ]
19+
known_third_party = [ "mpi4py", "numpy", "requests" ]

0 commit comments

Comments
 (0)