diff options
| author | Anthony Sottile <asottile@umich.edu> | 2019-10-13 03:47:45 +0000 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2019-10-13 03:47:45 +0000 |
| commit | a8c69c38577f4ee6cd06f942d0258abb32931eac (patch) | |
| tree | a83a67a6f7e9a6309dd6e99d741b6db864604c9d /docs | |
| parent | 0359533fca164ef21c40c8074fbd3899316b8f91 (diff) | |
| parent | 601702294270dd34aa5f7f19abe1dfead911fee9 (diff) | |
| download | flake8-a8c69c38577f4ee6cd06f942d0258abb32931eac.tar.gz | |
Merge branch 'remove-verbose-config' into 'master'
options: Remove parsing `--verbose` from the configuration file
See merge request pycqa/flake8!360
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/user/options.rst | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/docs/source/user/options.rst b/docs/source/user/options.rst index ce0cf18..ab5cf29 100644 --- a/docs/source/user/options.rst +++ b/docs/source/user/options.rst @@ -155,13 +155,7 @@ Options and their Descriptions flake8 -vv - This **can** be specified in config files. - - Example config file usage: - - .. code-block:: ini - - verbose = 2 + This **can not** be specified in config files. .. option:: -q, --quiet |
