mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
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. |
||
|---|---|---|
| .. | ||
| .keep | ||
| configuration.rst | ||
| error-codes.rst | ||
| index.rst | ||
| invocation.rst | ||
| options.rst | ||
| python-api.rst | ||
| using-hooks.rst | ||
| using-plugins.rst | ||
| violations.rst | ||