mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 20:26:53 +00:00
Revert silliness around setting choices for --format
If we restrict the user's ability to specify a format string, we break existing workflows.
This commit is contained in:
parent
472e7c9589
commit
18d6e6264c
3 changed files with 10 additions and 13 deletions
|
|
@ -11,8 +11,8 @@ passed by the user as early as possible so as much logging can be produced as
|
|||
possible.
|
||||
|
||||
The default flake8 options are registered by
|
||||
:func:`~flake8.main.cli.register_default_options`. Trying to register these
|
||||
options in plugins will result in errors.
|
||||
:func:`~flake8.main.options.register_default_options`. Trying to register
|
||||
these options in plugins will result in errors.
|
||||
|
||||
|
||||
API Documentation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue