mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +00:00
Set a default value for --select
This allows us to add --append-to-select and --append-to-ignore at a later date that will work as expected and in a consistent manner.
This commit is contained in:
parent
023de21fe2
commit
1de71fbe89
3 changed files with 3 additions and 2 deletions
|
|
@ -354,7 +354,7 @@
|
|||
that start with that string. For example, you can use ``E``, ``E4``,
|
||||
``E43``, and ``E431``.
|
||||
|
||||
This has no default value.
|
||||
This defaults to: E,F,W,C
|
||||
|
||||
Command-line example:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue