Skip to content

Commit 1f1273c

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

2 files changed

Lines changed: 6 additions & 6 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"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,5 +153,5 @@ lint.isort.lines-after-imports = 2
153153
lint.isort.lines-between-types = 1
154154

155155
[tool.codespell]
156-
skip = "*.csv, *.html, *.pdf, *.ipynb, ./docs/_build/*, ./styles/*"
157156
ignore-words-list = "AAS, ans, bund, comit, fo, Groth, nd, Ned, ORE, ore, Redict, redict, registr, reStructedText, splitted"
157+
skip = "*.csv, *.html, *.pdf, *.ipynb, ./docs/_build/*, ./styles/*"

0 commit comments

Comments
 (0)