flake8/tests
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
..
fixtures options: Remove parsing --verbose from the configuration file 2019-10-12 14:25:50 +01:00
integration Don't reset indent_char when we encounter E101 2019-09-24 13:54:32 -07:00
unit options: Remove parsing --verbose from the configuration file 2019-10-12 14:25:50 +01:00
__init__.py mypy now passes 2019-05-19 17:31:04 -07:00
conftest.py Add a docstring to conftest 2016-01-10 13:15:25 -06:00