Skip to content

Commit b32cdff

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

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
@@ -155,7 +155,10 @@ def configure_checks(
155155
@click.argument("path")
156156
@click.option("--modules", help="Modules to import prior to reading the file(s).")
157157
@click.option(
158-
"--report-file-path", default=None, help="Save path for the report file.", type=click.Path(writable=True),
158+
"--report-file-path",
159+
default=None,
160+
help="Save path for the report file.",
161+
type=click.Path(writable=True),
159162
)
160163
@click.option("--overwrite", help="Overwrite an existing report file at the location.", is_flag=True)
161164
@click.option("--levels", help="Comma-separated names of InspectorMessage attributes to organize by.")

0 commit comments

Comments
 (0)