Skip to content

Commit d90fd9a

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nwbinspector/nwbinspector.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,10 @@ def configure_checks(
153153
@click.argument("path")
154154
@click.option("--modules", help="Modules to import prior to reading the file(s).")
155155
@click.option(
156-
"--report-file-path", default=None, help="Save path for the report file.", type=click.Path(writable=True),
156+
"--report-file-path",
157+
default=None,
158+
help="Save path for the report file.",
159+
type=click.Path(writable=True),
157160
)
158161
@click.option("--overwrite", help="Overwrite an existing report file at the location.", is_flag=True)
159162
@click.option("--levels", help="Comma-separated names of InspectorMessage attributes to organize by.")

0 commit comments

Comments
 (0)