mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
Flake8 and pep8 has historically supported three types of checks: - Plugins that accept the physical line - Plugins that accept the logical line - Plugins that accept the AST tree The logical place to make this distinction is on the Checkers plugin type manager class. This adds the foundation for finding plugins that fall into each class. |
||
|---|---|---|
| .. | ||
| test_config_file_finder.py | ||
| test_file_checker.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 | ||