Skip to content

Commit 929227d

Browse files
committed
STY: Apply TOML formatting.
1 parent d0e6363 commit 929227d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pyproject.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@ dicom = ["pydicom >=1.0.0"]
4949
dicomfs = ["nibabel[dicom]", "pillow"]
5050
dev = ["gitpython", "twine"]
5151
doc = [
52-
"matplotlib >= 1.5.3",
53-
"numpydoc",
54-
"sphinx ~= 5.3",
55-
"texext",
56-
"tomli; python_version < \"3.11\"",
52+
"matplotlib >= 1.5.3",
53+
"numpydoc",
54+
"sphinx ~= 5.3",
55+
"texext",
56+
"tomli; python_version < \"3.11\"",
5757
]
5858
minc2 = ["h5py"]
5959
spm = ["scipy"]
6060
style = ["flake8"]
6161
test = [
62-
"coverage",
63-
"pytest !=5.3.4",
64-
"pytest-cov",
65-
"pytest-doctestplus",
66-
"pytest-httpserver",
67-
"pytest-xdist",
62+
"coverage",
63+
"pytest !=5.3.4",
64+
"pytest-cov",
65+
"pytest-doctestplus",
66+
"pytest-httpserver",
67+
"pytest-xdist",
6868
]
6969
zstd = ["pyzstd >= 0.14.3"]
7070
doctest = ["nibabel[doc,test]"]

0 commit comments

Comments
 (0)