mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 02:46:52 +00:00
We move the logic to add or remove a plugin from the default ignore list to individual methods on the Plugin class (Plugin#enable, Plugin#disable) and use that when registering and parsing options. If the plugin is off-by-default, Plugin#register_options will use Plugin#disable. When parsing options via Plugin#provide_options, if the plugin has been specified in --enable-extensions then it will be re-enabled via Plugin#enable. |
||
|---|---|---|
| .. | ||
| test_checker_manager.py | ||
| test_config_file_finder.py | ||
| test_file_processor.py | ||
| test_merged_config_parser.py | ||
| test_notifier.py | ||
| test_option.py | ||
| test_option_manager.py | ||
| test_plugin.py | ||
| test_plugin_manager.py | ||
| test_plugin_type_manager.py | ||
| test_style_guide.py | ||
| test_trie.py | ||
| test_utils.py | ||