Skip to content

Commit 63de6ae

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

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-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" ]

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ classifiers = [
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
1919
"Programming Language :: Python :: 3.13",
20+
"Programming Language :: Python :: 3.14",
2021
]
2122
dependencies = [ ]
2223

0 commit comments

Comments
 (0)