Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed May 7, 2024
1 parent fa28605 commit 7ad8fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planemo/lint.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def build_lint_args(ctx, **kwds):
linters = Linter.list_listers()
invalid_skip_types = list(set(skip_types) - set(linters))
if len(invalid_skip_types):
error(f"Unknown linter type(s) {invalid_skip_types} in list of linters to be skipped. Known linters {linters}")
error(f"Unknown linter type(s) {invalid_skip_types} in list of linters to be skipped. Known linters {linters}")

lint_args = dict(
level=report_level,
Expand Down

0 comments on commit 7ad8fb2

Please sign in to comment.