End 'force-exclude' help message with a period (#1727)

It would be nice, if like other options help message, force-exclude's
help message also ends with a period punctuation mark.
This commit is contained in:
Vipul 2020-09-27 05:54:21 +00:00 committed by GitHub
parent 6dddbd7241
commit bc138d1263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@ Options:
--force-exclude TEXT Like --exclude, but files and directories
matching this regex will be excluded even
when they are passed explicitly as arguments
when they are passed explicitly as arguments.
-q, --quiet Don't emit non-error messages to stderr.
Errors are still emitted; silence those with

View File

@ -88,7 +88,7 @@ Options:
--force-exclude TEXT Like --exclude, but files and directories
matching this regex will be excluded even
when they are passed explicitly as arguments
when they are passed explicitly as arguments.
-q, --quiet Don't emit non-error messages to stderr.
Errors are still emitted; silence those with

View File

@ -454,7 +454,7 @@ def target_version_option_callback(
type=str,
help=(
"Like --exclude, but files and directories matching this regex will be "
"excluded even when they are passed explicitly as arguments"
"excluded even when they are passed explicitly as arguments."
),
)
@click.option(