mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
Leverage the `type` keyword argument to `ArgumentParser.add_option()` for converting the raw string, either from a configuration file or the command-line, into a data structure for later use. Now with `OptionManager.parse_args()` feeding configuration file values as default values to be considered by the `ArgumentParser.parse_args()` framework, normalization of the file paths occur in single place. |
||
|---|---|---|
| .. | ||
| subdir | ||
| test_aggregator.py | ||
| test_api_legacy.py | ||
| test_checker.py | ||
| test_main.py | ||
| test_plugins.py | ||