Skip to content

Commit 386a0c2

Browse files
committed
STY: Remove unnecessary empty lines in pyproject.toml file
Remove unnecessary empty lines in `pyproject.toml` file: use a single empty line to separte different sections and remove empty lines for subsections within the same section.
1 parent e4dcc1d commit 386a0c2

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pyproject.toml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,13 @@ doc = [
5858
"sphinx-argparse",
5959
"sphinxcontrib-bibtex",
6060
]
61-
6261
dev = [
6362
"ruff",
6463
"pre-commit",
6564
"pre-commit-hooks",
6665
]
67-
6866
plotting = ["nilearn"]
69-
7067
resmon = ["psutil >=5.4"]
71-
7268
test = [
7369
"coverage",
7470
"ipykernel",
@@ -87,22 +83,19 @@ types = [
8783
"types-tqdm",
8884
"pytest",
8985
]
90-
9186
notebooks = [
9287
"jupyter",
9388
"nbclient",
9489
"nbmake",
9590
"mriqc_learn",
9691
"nipreps-synthstrip",
9792
]
98-
9993
antsopt = [
10094
"ConfigSpace",
10195
"nipreps",
10296
"scikit-image",
10397
"smac",
10498
]
105-
10699
benchmark = [
107100
"asv",
108101
"pyperf",
@@ -130,10 +123,9 @@ exclude = [".git_archival.txt"] # No longer needed in sdist
130123
[tool.hatch.build.targets.wheel]
131124
packages = ["src/nifreeze"]
132125
# exclude = [
133-
# "nifreeze/tests/data", # Large test data directory
126+
# "nifreeze/tests/data", # Large test data directory
134127
# ]
135128

136-
137129
[tool.hatch.version]
138130
validate-bump = true
139131
source = "vcs"
@@ -142,7 +134,6 @@ source = "vcs"
142134
version_scheme = "nipreps-calver"
143135
local_scheme = "no-local-version"
144136

145-
146137
[tool.hatch.build.hooks.vcs]
147138
version-file = "src/nifreeze/_version.py"
148139

@@ -233,7 +224,6 @@ filterwarnings = [
233224
"ignore:The optimal value found for dimension.*:sklearn.exceptions.ConvergenceWarning",
234225
]
235226

236-
237227
[tool.coverage.run]
238228
branch = true
239229
parallel = true

0 commit comments

Comments
 (0)