mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
Fix docs for --isolated flag
This commit is contained in:
parent
9631dac52a
commit
21531962bf
3 changed files with 3 additions and 3 deletions
|
|
@ -207,7 +207,7 @@ def register_default_options(option_manager):
|
|||
|
||||
add_option(
|
||||
'--isolated', default=False, action='store_true',
|
||||
help='Ignore all found configuration files.',
|
||||
help='Ignore all configuration files.',
|
||||
)
|
||||
|
||||
# Benchmarking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue