Skip to content

Commit

Permalink
Avoid src being marked as optional in help
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Jul 3, 2021
1 parent 017aafe commit 1b8c53a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/black/__init__.py
Expand Up @@ -328,6 +328,7 @@ def validate_regex(
exists=True, file_okay=True, dir_okay=True, readable=True, allow_dash=True
),
is_eager=True,
metavar="SRC ...",
)
@click.option(
"--config",
Expand Down

0 comments on commit 1b8c53a

Please sign in to comment.