flake8/tests/unit
Ian Stapleton Cordasco 2bb0308363
Fix bug for plugins using extend_default_ignore
Since Flake8 3.0 we've had the ability for plugins to use
`extend_default_ignore` to register codes they want disabled by default.
This, however, was a permanent disabling unfortunately. Our code didn't
have a way of understanding that this new set of `ignore` codes was
actually the 'default' set for that run. Much like the
extended_select_list, we now attach extended_ignore_list to be able to
confidently determine if the ignore we get in the DecisionEngine is
actually the Default Ignore list and what plugins what us to ignore by
default.

Refs https://github.com/PyCQA/pep8-naming/pull/157
2021-04-15 13:26:08 -05:00
..
conftest.py upgrade pycodestyle to 2.7.0 2021-03-14 11:58:03 -07:00
test_application.py automatic: pyupgrade --py36-plus 2021-03-30 17:37:13 -07:00
test_base_formatter.py automatic: pyupgrade --py36-plus 2021-03-30 17:37:13 -07:00
test_checker_manager.py automatic: pyupgrade --py36-plus 2021-03-30 17:37:13 -07:00
test_config_file_finder.py automatic: pyupgrade --py36-plus 2021-03-30 17:37:13 -07:00
test_debug.py automatic: pyupgrade --py36-plus 2021-03-30 17:37:13 -07:00
test_decision_engine.py Fix bug for plugins using extend_default_ignore 2021-04-15 13:26:08 -05:00
test_exceptions.py fix mypy errors 2021-04-07 08:28:11 -07:00
test_file_checker.py fix links in code 2021-04-03 18:21:02 -07:00
test_file_processor.py automatic: pyupgrade --py36-plus 2021-03-30 17:37:13 -07:00
test_filenameonly_formatter.py move from optparse to argparse 2019-08-17 20:09:45 -07:00
test_get_local_plugins.py automatic: pyupgrade --py36-plus 2021-03-30 17:37:13 -07:00
test_legacy_api.py automatic: pyupgrade --py36-plus 2021-03-30 17:37:13 -07:00
test_merged_config_parser.py automatic: pyupgrade --py36-plus 2021-03-30 17:37:13 -07:00
test_nothing_formatter.py move from optparse to argparse 2019-08-17 20:09:45 -07:00
test_option.py automatic: pyupgrade --py36-plus 2021-03-30 17:37:13 -07:00
test_option_manager.py automatic: pyupgrade --py36-plus 2021-03-30 17:37:13 -07:00
test_plugin.py automatic: pyupgrade --py36-plus 2021-03-30 17:37:13 -07:00
test_plugin_manager.py fix mypy errors 2021-04-07 08:28:11 -07:00
test_plugin_type_manager.py automatic: pyupgrade --py36-plus 2021-03-30 17:37:13 -07:00
test_pyflakes_codes.py Fix reporting of UndefinedLocal pyflakes error 2019-01-31 21:55:10 -08:00
test_statistics.py automatic: pyupgrade --py36-plus 2021-03-30 17:37:13 -07:00
test_style_guide.py Fix bug for plugins using extend_default_ignore 2021-04-15 13:26:08 -05:00
test_utils.py improve code coverage in a few places 2021-04-07 08:52:26 -07:00
test_violation.py automatic: pyupgrade --py36-plus 2021-03-30 17:37:13 -07:00