flake8/tests/unit
Ian Stapleton Cordasco e3313e0949 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 18:42:17 -07:00
..
conftest.py upgrade pycodestyle to 2.7.0 2021-03-14 11:58:03 -07:00
test_application.py Fixes --exit-zero when empty --diff 2019-12-02 13:47:15 +09:00
test_base_formatter.py linters: Add flake8-bugbear for finding bugs and design problems 2019-10-25 17:11:30 -04:00
test_checker_manager.py Parse --jobs as a custom argparse type. Fixes #567 2020-05-13 13:25:51 -07:00
test_config_file_finder.py config: Determine path to user configuration immediately 2020-01-20 16:54:50 -05:00
test_debug.py Switch from entrypoints to importlib_metadata 2019-11-28 17:30:52 -08:00
test_decision_engine.py Fix bug for plugins using extend_default_ignore 2021-04-15 18:42:17 -07:00
test_exceptions.py Switch from entrypoints to importlib_metadata 2019-11-28 17:30:52 -08:00
test_file_checker.py Fix python2 unicode test error 2019-01-30 08:55:57 -08:00
test_file_processor.py fix a few small spelling issues 2020-09-20 19:16:10 -07:00
test_filenameonly_formatter.py move from optparse to argparse 2019-08-17 20:09:45 -07:00
test_get_local_plugins.py config: Make ConfigFileFinder 'extra_config_files' parameter optional 2020-01-12 23:28:52 -05:00
test_git.py Change how we apply lazy to the git hook 2016-10-25 05:25:44 -05:00
test_legacy_api.py fix test which was not testing anything 2021-01-07 08:57:13 -08:00
test_merged_config_parser.py config: Normalize paths in CLI-specified config relative to config dir 2020-05-18 17:23:08 -04:00
test_nothing_formatter.py move from optparse to argparse 2019-08-17 20:09:45 -07:00
test_option.py Type annotate flake8.options.manager 2019-09-07 14:37:50 -07:00
test_option_manager.py fix JobsArgument --help output 2020-06-05 14:25:57 +01:00
test_plugin.py Put plugin options into separate argparse groups 2019-08-19 15:58:34 -07:00
test_plugin_manager.py Switch from entrypoints to importlib_metadata 2019-11-28 17:30:52 -08:00
test_plugin_type_manager.py Switch from entrypoints to importlib_metadata 2019-11-28 17:30:52 -08:00
test_pyflakes_codes.py Fix reporting of UndefinedLocal pyflakes error 2019-01-31 21:55:10 -08:00
test_setuptools_command.py Fix-up new I202 violations 2017-11-26 11:25:06 -06:00
test_statistics.py mypy now passes 2019-05-19 17:31:04 -07:00
test_style_guide.py Fix bug for plugins using extend_default_ignore 2021-04-15 18:42:17 -07:00
test_utils.py ensure crlf line endings of stdin are handled properly 2021-01-07 09:15:46 -08:00
test_violation.py Update test_violation.py 2019-06-16 17:02:54 +00:00