Skip to content

Commit 87c83eb

Browse files
committed
fix: missing toml dep // sty: line too long
1 parent 4d92848 commit 87c83eb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

fmriprep/cli/parser.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ def _bids_filter(value):
5151
is_release = not any((currentv.is_devrelease, currentv.is_prerelease, currentv.is_postrelease))
5252

5353
parser = ArgumentParser(
54-
description='fMRIPrep: fMRI PREProcessing workflows v{}'.format(config.environment.version),
54+
description='fMRIPrep: fMRI PREProcessing workflows v{}'.format(
55+
config.environment.version),
5556
formatter_class=ArgumentDefaultsHelpFormatter)
5657
PathExists = partial(_path_exists, parser=parser)
5758
PositiveInt = partial(_min_one, parser=parser)

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ install_requires =
3333
smriprep ~= 0.5.2
3434
tedana >= 0.0.5
3535
templateflow >= 0.4.2
36+
toml
3637
test_requires =
3738
coverage
3839
codecov

0 commit comments

Comments
 (0)