flake8/docs/source
Eric N. Vander Weele 6017022942 options: Remove parsing --verbose from the configuration file
The `--verbose` option is only used by `flake8`, itself,` when parsing
and handling preliminary options.  After parsing and merging options
from the configuration file, there is no other behavioral impact to the
core of `flake8`.  In other words, setting `verbose = ...` in a
configuration file doesn't change the logging verbosity.

While the `FileProcessor` does expose a `verbose` attribute, obtained
from the parsed options, the verbosity of the core of `flake8` should be
consistent with how a plugin may respond to the attribute's value.
2019-10-12 14:25:50 +01:00
..
internal move from optparse to argparse 2019-08-17 20:09:45 -07:00
plugin-development move from optparse to argparse 2019-08-17 20:09:45 -07:00
release-notes Add whitespace fixers 2019-09-07 23:49:47 -07:00
user options: Remove parsing --verbose from the configuration file 2019-10-12 14:25:50 +01:00
conf.py Update documentation links to latest Python 3 documentation 2018-06-10 11:23:28 -07:00
faq.rst Update FAQ to be a bit clearer 2016-06-21 07:36:40 -05:00
glossary.rst Add high-level overview of how things fit together 2016-06-26 20:28:24 -05:00
index.rst Add a man page for Flake8 2016-11-13 14:40:14 -06:00
manpage.rst Fix docs for --isolated flag 2018-09-09 19:22:58 -07:00
requirements.txt Document flake8-polyfill in compatibility section 2016-07-20 08:12:45 -05:00