Skip to content

Commit a3b4dcb

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
33
requires = ["setuptools>=64", "setuptools_scm>=8"]
44

55
[project]
6-
authors = [{ email = "[email protected]", name = "HiP-CT Project" }]
6+
authors = [{email = "[email protected]", name = "HiP-CT Project"}]
77
classifiers = [
88
"Operating System :: POSIX",
99
"Programming Language :: Python :: 3",
@@ -25,7 +25,7 @@ description = "Convert stacks of images to chunked datasets"
2525
dynamic = ["version"]
2626
keywords = []
2727
name = "stack_to_chunk"
28-
optional-dependencies = { dev = [
28+
optional-dependencies = {dev = [
2929
"mypy",
3030
"pre-commit",
3131
"tox>=4",
@@ -37,14 +37,14 @@ optional-dependencies = { dev = [
3737
"sphinx-autoapi",
3838
"sphinx-gallery",
3939
"tifffile",
40-
] }
40+
]}
4141
readme = "README.md"
4242
requires-python = ">=3.11"
4343
license.file = "LICENCE.md"
4444
urls.homepage = "https://github.com/HiPCTProject/stack-to-chunk"
4545

4646
[tool.coverage]
47-
run = { branch = true, parallel = true, source = ["stack_to_chunk"] }
47+
run = {branch = true, parallel = true, source = ["stack_to_chunk"]}
4848
paths.source = ["src"]
4949

5050
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)