Skip to content

Commit 0e90faa

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

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
@@ -169,7 +169,10 @@ def configure_checks(
169169
@click.argument("path")
170170
@click.option("--modules", help="Modules to import prior to reading the file(s).")
171171
@click.option(
172-
"--report-file-path", default=None, help="Save path for the report file.", type=click.Path(writable=True),
172+
"--report-file-path",
173+
default=None,
174+
help="Save path for the report file.",
175+
type=click.Path(writable=True),
173176
)
174177
@click.option("--overwrite", help="Overwrite an existing report file at the location.", is_flag=True)
175178
@click.option("--levels", help="Comma-separated names of InspectorMessage attributes to organize by.")

0 commit comments

Comments
 (0)