Skip to content

Commit

Permalink
ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby committed Feb 4, 2024
1 parent 0d5ef5b commit 24f586e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lintrunner_adapters/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def cli() -> None:


@cli.command(
context_settings=dict(
context_settings=dict( # pylint: disable=use-dict-literal
ignore_unknown_options=True,
allow_extra_args=True,
),
Expand Down

0 comments on commit 24f586e

Please sign in to comment.