mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 16:14:18 +00:00
Fix default printing for --exclude help text
This commit is contained in:
parent
89c9ec795e
commit
2fcb222ff9
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ def register_default_options(option_manager):
|
||||||
comma_separated_list=True, parse_from_config=True,
|
comma_separated_list=True, parse_from_config=True,
|
||||||
normalize_paths=True,
|
normalize_paths=True,
|
||||||
help='Comma-separated list of files or directories to exclude.'
|
help='Comma-separated list of files or directories to exclude.'
|
||||||
'(Default: %default)',
|
' (Default: %default)',
|
||||||
)
|
)
|
||||||
|
|
||||||
add_option(
|
add_option(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue