mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
Merge branch 'fix-doc-for-isolated' into 'master'
Fix docs for --isolated flag See merge request pycqa/flake8!247
This commit is contained in:
commit
a2b7a7e4c5
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