mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 13:36:54 +00:00
Fix invocatioon documentation
--enabled-extensions -> --enable-extensions
This commit is contained in:
parent
33e7eae53a
commit
ab2ff4f49f
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ And you should see something like:
|
|||
errors on lines with "# noqa" at the end.
|
||||
--show-source Show the source generate each error or warning.
|
||||
--statistics Count errors and warnings.
|
||||
--enabled-extensions=ENABLED_EXTENSIONS
|
||||
--enable-extensions=ENABLED_EXTENSIONS
|
||||
Enable plugins and extensions that are otherwise
|
||||
disabled by default
|
||||
--exit-zero Exit with status code "0" even if there are errors.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue