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:
Ian Cordasco 2016-06-14 20:04:52 -05:00
parent 472e7c9589
commit 18d6e6264c
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A
3 changed files with 10 additions and 13 deletions

View file

@ -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