CONTRIBUTORS.txt
COPYING
ChangeLog
DEPENDS
MANIFEST.in
README.rst
pytest.ini
setup.cfg
setup.py
bin/epylint
bin/epylint.bat
bin/pylint
bin/pylint.bat
bin/pyreverse
bin/pyreverse.bat
bin/symilar
bin/symilar.bat
doc/Makefile
doc/backlinks.rst
doc/conf.py
doc/faq.rst
doc/index.rst
doc/intro.rst
doc/logo.png
doc/logo.svg
doc/make.bat
doc/release.txt
doc/requirements.txt
doc/support.rst
doc/tutorial.rst
doc/development_guide/contribute.rst
doc/development_guide/index.rst
doc/exts/pylint_extensions.py
doc/exts/pylint_features.py
doc/how_tos/custom_checkers.rst
doc/how_tos/index.rst
doc/how_tos/plugins.rst
doc/how_tos/transform_plugins.rst
doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.png
doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png
doc/technical_reference/c_extensions.rst
doc/technical_reference/checkers.rst
doc/technical_reference/index.rst
doc/technical_reference/startup.rst
doc/user_guide/ide-integration.rst
doc/user_guide/index.rst
doc/user_guide/installation.rst
doc/user_guide/message-control.rst
doc/user_guide/options.rst
doc/user_guide/output.rst
doc/user_guide/run.rst
doc/whatsnew/1.6.rst
doc/whatsnew/1.7.rst
doc/whatsnew/1.8.rst
doc/whatsnew/1.9.rst
doc/whatsnew/2.0.rst
doc/whatsnew/2.1.rst
doc/whatsnew/2.2.rst
doc/whatsnew/2.3.rst
doc/whatsnew/2.4.rst
doc/whatsnew/2.5.rst
doc/whatsnew/2.6.rst
doc/whatsnew/changelog.rst
doc/whatsnew/index.rst
elisp/pylint-flymake.el
elisp/pylint.el
elisp/startup
examples/custom.py
examples/custom_raw.py
examples/pylintrc
examples/pylintrc_camelcase
man/epylint.1
man/pylint.1
man/pyreverse.1
man/symilar.1
pylint/__init__.py
pylint/__main__.py
pylint/__pkginfo__.py
pylint/constants.py
pylint/epylint.py
pylint/exceptions.py
pylint/graph.py
pylint/interfaces.py
pylint/testutils.py
pylint.egg-info/PKG-INFO
pylint.egg-info/SOURCES.txt
pylint.egg-info/dependency_links.txt
pylint.egg-info/entry_points.txt
pylint.egg-info/requires.txt
pylint.egg-info/top_level.txt
pylint/checkers/__init__.py
pylint/checkers/async.py
pylint/checkers/base.py
pylint/checkers/base_checker.py
pylint/checkers/classes.py
pylint/checkers/design_analysis.py
pylint/checkers/exceptions.py
pylint/checkers/format.py
pylint/checkers/imports.py
pylint/checkers/logging.py
pylint/checkers/misc.py
pylint/checkers/newstyle.py
pylint/checkers/python3.py
pylint/checkers/raw_metrics.py
pylint/checkers/refactoring.py
pylint/checkers/similar.py
pylint/checkers/spelling.py
pylint/checkers/stdlib.py
pylint/checkers/strings.py
pylint/checkers/typecheck.py
pylint/checkers/utils.py
pylint/checkers/variables.py
pylint/config/__init__.py
pylint/config/configuration_mixin.py
pylint/config/find_default_config_files.py
pylint/config/man_help_formatter.py
pylint/config/option.py
pylint/config/option_manager_mixin.py
pylint/config/option_parser.py
pylint/config/options_provider_mixin.py
pylint/extensions/__init__.py
pylint/extensions/_check_docs_utils.py
pylint/extensions/bad_builtin.py
pylint/extensions/broad_try_clause.py
pylint/extensions/check_docs.py
pylint/extensions/check_elif.py
pylint/extensions/comparetozero.py
pylint/extensions/docparams.py
pylint/extensions/docstyle.py
pylint/extensions/emptystring.py
pylint/extensions/mccabe.py
pylint/extensions/overlapping_exceptions.py
pylint/extensions/redefined_variable_type.py
pylint/lint/__init__.py
pylint/lint/check_parallel.py
pylint/lint/pylinter.py
pylint/lint/report_functions.py
pylint/lint/run.py
pylint/lint/utils.py
pylint/message/__init__.py
pylint/message/message.py
pylint/message/message_definition.py
pylint/message/message_definition_store.py
pylint/message/message_handler_mix_in.py
pylint/message/message_id_store.py
pylint/pyreverse/__init__.py
pylint/pyreverse/diadefslib.py
pylint/pyreverse/diagrams.py
pylint/pyreverse/inspector.py
pylint/pyreverse/main.py
pylint/pyreverse/utils.py
pylint/pyreverse/vcgutils.py
pylint/pyreverse/writer.py
pylint/reporters/__init__.py
pylint/reporters/base_reporter.py
pylint/reporters/collecting_reporter.py
pylint/reporters/json_reporter.py
pylint/reporters/reports_handler_mix_in.py
pylint/reporters/text.py
pylint/reporters/ureports/__init__.py
pylint/reporters/ureports/nodes.py
pylint/reporters/ureports/text_writer.py
pylint/utils/__init__.py
pylint/utils/ast_walker.py
pylint/utils/file_state.py
pylint/utils/pragma_parser.py
pylint/utils/utils.py
tests/conftest.py
tests/test_config.py
tests/test_func.py
tests/test_functional.py
tests/test_import_graph.py
tests/test_pragma_parser.py
tests/test_pylint_runners.py
tests/test_regr.py
tests/test_self.py
tests/unittest_config.py
tests/unittest_pyreverse_diadefs.py
tests/unittest_pyreverse_inspector.py
tests/unittest_pyreverse_writer.py
tests/unittest_reporters_json.py
tests/unittest_reporting.py
tests/acceptance/test_stdlib.py
tests/benchmark/test_baseline_benchmarks.py
tests/checkers/__init__.py
tests/checkers/conftest.py
tests/checkers/unittest_base.py
tests/checkers/unittest_classes.py
tests/checkers/unittest_exceptions.py
tests/checkers/unittest_format.py
tests/checkers/unittest_imports.py
tests/checkers/unittest_logging.py
tests/checkers/unittest_misc.py
tests/checkers/unittest_python3.py
tests/checkers/unittest_similar.py
tests/checkers/unittest_spelling.py
tests/checkers/unittest_stdlib.py
tests/checkers/unittest_strings.py
tests/checkers/unittest_typecheck.py
tests/checkers/unittest_utils.py
tests/checkers/unittest_variables.py
tests/data/__init__.py
tests/data/ascript
tests/data/classes_No_Name.dot
tests/data/clientmodule_test.py
tests/data/packages_No_Name.dot
tests/data/suppliermodule_test.py
tests/extensions/__init__.py
tests/extensions/test_bad_builtin.py
tests/extensions/test_broad_try_clause.py
tests/extensions/test_check_docs.py
tests/extensions/test_check_docs_utils.py
tests/extensions/test_check_mccabe.py
tests/extensions/test_check_raise_docs.py
tests/extensions/test_check_return_docs.py
tests/extensions/test_check_yields_docs.py
tests/extensions/test_comparetozero.py
tests/extensions/test_docstyle.py
tests/extensions/test_elseif_used.py
tests/extensions/test_emptystring.py
tests/extensions/test_overlapping_exceptions.py
tests/extensions/test_redefined.py
tests/extensions/data/bad_builtin.py
tests/extensions/data/broad_try_clause.py
tests/extensions/data/compare_to_zero.py
tests/extensions/data/docstring.py
tests/extensions/data/elif.py
tests/extensions/data/empty_string_comparison.py
tests/extensions/data/mccabe.py
tests/extensions/data/overlapping_exceptions.py
tests/extensions/data/overlapping_exceptions_py33.py
tests/extensions/data/redefined.py
tests/functional/__init__.py
tests/functional/import_outside_toplevel.py
tests/functional/import_outside_toplevel.txt
tests/functional/a/__init__.py
tests/functional/a/abstract_abc_methods.py
tests/functional/a/abstract_class_instantiated_in_class.py
tests/functional/a/abstract_class_instantiated_py3.py
tests/functional/a/abstract_class_instantiated_py3.rc
tests/functional/a/abstract_class_instantiated_py3.txt
tests/functional/a/abstract_class_instantiated_py34.py
tests/functional/a/abstract_class_instantiated_py34.rc
tests/functional/a/abstract_class_instantiated_py34.txt
tests/functional/a/abstract_method_py3.py
tests/functional/a/abstract_method_py3.rc
tests/functional/a/abstract_method_py3.txt
tests/functional/a/access_member_before_definition.py
tests/functional/a/access_member_before_definition.txt
tests/functional/a/access_to__name__.py
tests/functional/a/access_to__name__.txt
tests/functional/a/access_to_protected_members.py
tests/functional/a/access_to_protected_members.txt
tests/functional/a/anomalous_unicode_escape_py3.py
tests/functional/a/anomalous_unicode_escape_py3.rc
tests/functional/a/anomalous_unicode_escape_py3.txt
tests/functional/a/arguments.py
tests/functional/a/arguments.rc
tests/functional/a/arguments.txt
tests/functional/a/arguments_differ.py
tests/functional/a/arguments_differ.txt
tests/functional/a/arguments_differ_py3.py
tests/functional/a/arguments_differ_py3.rc
tests/functional/a/arguments_differ_py3.txt
tests/functional/a/arguments_out_of_order.py
tests/functional/a/arguments_out_of_order.txt
tests/functional/a/assert_on_string_literal.py
tests/functional/a/assert_on_string_literal.txt
tests/functional/a/assert_on_tuple.py
tests/functional/a/assert_on_tuple.txt
tests/functional/a/assigning_non_slot.py
tests/functional/a/assigning_non_slot.txt
tests/functional/a/assignment_from_no_return.py
tests/functional/a/assignment_from_no_return.txt
tests/functional/a/assignment_from_no_return_py3.py
tests/functional/a/assignment_from_no_return_py3.rc
tests/functional/a/assignment_from_no_return_py3.txt
tests/functional/a/async_functions.py
tests/functional/a/async_functions.rc
tests/functional/a/async_functions.txt
tests/functional/a/attribute_defined_outside_init.py
tests/functional/a/attribute_defined_outside_init.txt
tests/functional/b/__init__.py
tests/functional/b/bad_except_order.py
tests/functional/b/bad_except_order.txt
tests/functional/b/bad_exception_context.py
tests/functional/b/bad_exception_context.rc
tests/functional/b/bad_exception_context.txt
tests/functional/b/bad_indentation.py
tests/functional/b/bad_indentation.txt
tests/functional/b/bad_inline_option.py
tests/functional/b/bad_inline_option.rc
tests/functional/b/bad_inline_option.txt
tests/functional/b/bad_open_mode_py3.py
tests/functional/b/bad_open_mode_py3.rc
tests/functional/b/bad_open_mode_py3.txt
tests/functional/b/bad_reversed_sequence.py
tests/functional/b/bad_reversed_sequence.txt
tests/functional/b/bad_staticmethod_argument.py
tests/functional/b/bad_staticmethod_argument.txt
tests/functional/b/bad_thread_instantiation.py
tests/functional/b/bad_thread_instantiation.txt
tests/functional/b/bare_except.py
tests/functional/b/bare_except.txt
tests/functional/b/blacklisted_name.py
tests/functional/b/blacklisted_name.txt
tests/functional/b/boolean_datetime.py
tests/functional/b/boolean_datetime.rc
tests/functional/b/boolean_datetime.txt
tests/functional/b/broad_except.py
tests/functional/b/broad_except.txt
tests/functional/b/bugfix_local_scope_metaclass_1177.py
tests/functional/b/bugfix_local_scope_metaclass_1177.rc
tests/functional/c/__init__.py
tests/functional/c/cellvar_escaping_loop.py
tests/functional/c/cellvar_escaping_loop.txt
tests/functional/c/class_members_py30.py
tests/functional/c/class_members_py30.rc
tests/functional/c/class_members_py30.txt
tests/functional/c/class_members_py36.py
tests/functional/c/class_members_py36.rc
tests/functional/c/class_scope.py
tests/functional/c/class_scope.txt
tests/functional/c/class_variable_slots_conflict_exempted.py
tests/functional/c/class_variable_slots_conflict_exempted.rc
tests/functional/c/comparison_with_callable.py
tests/functional/c/comparison_with_callable.txt
tests/functional/c/confidence_filter.py
tests/functional/c/confidence_filter.rc
tests/functional/c/confidence_filter.txt
tests/functional/c/confusing_with_statement.py
tests/functional/c/confusing_with_statement.txt
tests/functional/c/consider_iterating_dictionary.py
tests/functional/c/consider_iterating_dictionary.txt
tests/functional/c/consider_join.py
tests/functional/c/consider_join.txt
tests/functional/c/consider_merging_isinstance.py
tests/functional/c/consider_merging_isinstance.txt
tests/functional/c/consider_swap_variables.py
tests/functional/c/consider_swap_variables.txt
tests/functional/c/consider_using_dict_comprehension.py
tests/functional/c/consider_using_dict_comprehension.txt
tests/functional/c/consider_using_enumerate.py
tests/functional/c/consider_using_enumerate.txt
tests/functional/c/consider_using_get.py
tests/functional/c/consider_using_get.txt
tests/functional/c/consider_using_in.py
tests/functional/c/consider_using_in.txt
tests/functional/c/consider_using_set_comprehension.py
tests/functional/c/consider_using_set_comprehension.txt
tests/functional/c/consider_using_sys_exit.py
tests/functional/c/consider_using_sys_exit.txt
tests/functional/c/consider_using_sys_exit_exempted.py
tests/functional/c/consider_using_sys_exit_local_scope.py
tests/functional/c/continue_in_finally.py
tests/functional/c/continue_in_finally.rc
tests/functional/c/continue_in_finally.txt
tests/functional/c/control_pragmas.py
tests/functional/c/control_pragmas.txt
tests/functional/c/crash_missing_module_type.py
tests/functional/c/crash_missing_module_type.txt
tests/functional/c/ctor_arguments.py
tests/functional/c/ctor_arguments.txt
tests/functional/d/__init__.py
tests/functional/d/dangerous_default_value_py30.py
tests/functional/d/dangerous_default_value_py30.rc
tests/functional/d/dangerous_default_value_py30.txt
tests/functional/d/defined_and_used_on_same_line.py
tests/functional/d/deprecated_method_getmoduleinfo.py
tests/functional/d/deprecated_method_getmoduleinfo.rc
tests/functional/d/deprecated_method_getmoduleinfo.txt
tests/functional/d/deprecated_methods_py3.py
tests/functional/d/deprecated_methods_py3.rc
tests/functional/d/deprecated_methods_py3.txt
tests/functional/d/deprecated_methods_py36.py
tests/functional/d/deprecated_methods_py36.rc
tests/functional/d/deprecated_methods_py36.txt
tests/functional/d/deprecated_methods_py38.py
tests/functional/d/deprecated_methods_py38.rc
tests/functional/d/deprecated_methods_py38.txt
tests/functional/d/deprecated_module_py3.py
tests/functional/d/deprecated_module_py3.rc
tests/functional/d/deprecated_module_py3.txt
tests/functional/d/deprecated_module_py36.py
tests/functional/d/deprecated_module_py36.rc
tests/functional/d/deprecated_module_py36.txt
tests/functional/d/deprecated_module_py4.py
tests/functional/d/deprecated_module_py4.rc
tests/functional/d/deprecated_module_py4.txt
tests/functional/d/deprecated_module_uninstalled.py
tests/functional/d/deprecated_module_uninstalled.rc
tests/functional/d/deprecated_module_uninstalled.txt
tests/functional/d/dict_iter_missing_items.py
tests/functional/d/dict_iter_missing_items.txt
tests/functional/d/disable_msg_github_issue_1389.py
tests/functional/d/disable_msg_github_issue_1389.rc
tests/functional/d/disable_ungrouped_imports.py
tests/functional/d/disable_ungrouped_imports.txt
tests/functional/d/disable_wrong_import_order.py
tests/functional/d/disable_wrong_import_order.txt
tests/functional/d/disable_wrong_import_position.py
tests/functional/d/docstrings.py
tests/functional/d/docstrings.txt
tests/functional/d/duplicate_argument_name.py
tests/functional/d/duplicate_argument_name.txt
tests/functional/d/duplicate_argument_name_py3.py
tests/functional/d/duplicate_argument_name_py3.rc
tests/functional/d/duplicate_argument_name_py3.txt
tests/functional/d/duplicate_bases.py
tests/functional/d/duplicate_bases.txt
tests/functional/d/duplicate_dict_literal_key.py
tests/functional/d/duplicate_dict_literal_key.txt
tests/functional/d/duplicate_except.py
tests/functional/d/duplicate_except.txt
tests/functional/d/duplicate_string_formatting_argument.py
tests/functional/d/duplicate_string_formatting_argument.txt
tests/functional/e/__init__.py
tests/functional/e/eval_used.py
tests/functional/e/eval_used.txt
tests/functional/e/exception_is_binary_op.py
tests/functional/e/exception_is_binary_op.txt
tests/functional/e/exception_message.py
tests/functional/e/exception_message.rc
tests/functional/e/exception_message.txt
tests/functional/e/exec_used_py2.py
tests/functional/e/exec_used_py2.rc
tests/functional/e/exec_used_py2.txt
tests/functional/e/exec_used_py3.py
tests/functional/e/exec_used_py3.rc
tests/functional/e/exec_used_py3.txt
tests/functional/f/__init__.py
tests/functional/f/f_string_without_interpolation.py
tests/functional/f/f_string_without_interpolation.rc
tests/functional/f/f_string_without_interpolation.txt
tests/functional/f/fallback_import_disabled.py
tests/functional/f/fallback_import_disabled.txt
tests/functional/f/fallback_import_enabled.py
tests/functional/f/fallback_import_enabled.rc
tests/functional/f/fallback_import_enabled.txt
tests/functional/f/fixme.py
tests/functional/f/fixme.rc
tests/functional/f/fixme.txt
tests/functional/f/fixme_bad_formatting_1139.py
tests/functional/f/fixme_bad_formatting_1139.rc
tests/functional/f/fixme_bad_formatting_1139.txt
tests/functional/f/formatted_string_literal_with_if_py36.py
tests/functional/f/formatted_string_literal_with_if_py36.rc
tests/functional/f/formatting.txt
tests/functional/f/function_redefined.py
tests/functional/f/function_redefined.txt
tests/functional/f/function_redefined_2540.py
tests/functional/f/function_redefined_2540.rc
tests/functional/f/future_import.py
tests/functional/f/future_unicode_literals.py
tests/functional/f/future_unicode_literals.rc
tests/functional/f/future_unicode_literals.txt
tests/functional/g/__init__.py
tests/functional/g/generated_members.py
tests/functional/g/generated_members.rc
tests/functional/g/genexp_in_class_scope.py
tests/functional/g/genexp_in_class_scope.txt
tests/functional/g/genexpr_variable_scope.py
tests/functional/g/genexpr_variable_scope.txt
tests/functional/g/globals.py
tests/functional/g/globals.txt
tests/functional/i/__init__.py
tests/functional/i/implicit_str_concat.py
tests/functional/i/implicit_str_concat.txt
tests/functional/i/implicit_str_concat_latin1.py
tests/functional/i/implicit_str_concat_latin1.txt
tests/functional/i/implicit_str_concat_multiline.py
tests/functional/i/implicit_str_concat_multiline.rc
tests/functional/i/implicit_str_concat_multiline.txt
tests/functional/i/implicit_str_concat_utf8.py
tests/functional/i/implicit_str_concat_utf8.txt
tests/functional/i/import_error.py
tests/functional/i/import_error.rc
tests/functional/i/import_error.txt
tests/functional/i/inconsistent_mro.py
tests/functional/i/inconsistent_mro.txt
tests/functional/i/inconsistent_quotes.py
tests/functional/i/inconsistent_quotes.rc
tests/functional/i/inconsistent_quotes.txt
tests/functional/i/inconsistent_quotes2.py
tests/functional/i/inconsistent_quotes2.rc
tests/functional/i/inconsistent_quotes2.txt
tests/functional/i/inconsistent_returns.py
tests/functional/i/inconsistent_returns.rc
tests/functional/i/inconsistent_returns.txt
tests/functional/i/indexing_exception.py
tests/functional/i/indexing_exception.rc
tests/functional/i/indexing_exception.txt
tests/functional/i/inherit_non_class.py
tests/functional/i/inherit_non_class.txt
tests/functional/i/init_is_generator.py
tests/functional/i/init_is_generator.txt
tests/functional/i/init_not_called.py
tests/functional/i/init_not_called.txt
tests/functional/i/init_subclass_classmethod_py36.py
tests/functional/i/init_subclass_classmethod_py36.rc
tests/functional/i/invalid_all_object.py
tests/functional/i/invalid_all_object.txt
tests/functional/i/invalid_bool_returned.py
tests/functional/i/invalid_bool_returned.txt
tests/functional/i/invalid_bytes_returned.py
tests/functional/i/invalid_bytes_returned.txt
tests/functional/i/invalid_envvar_value.py
tests/functional/i/invalid_envvar_value.txt
tests/functional/i/invalid_exceptions_caught.py
tests/functional/i/invalid_exceptions_caught.txt
tests/functional/i/invalid_exceptions_raised.py
tests/functional/i/invalid_exceptions_raised.txt
tests/functional/i/invalid_format_returned.py
tests/functional/i/invalid_format_returned.txt
tests/functional/i/invalid_getnewargs_ex_returned.py
tests/functional/i/invalid_getnewargs_ex_returned.txt
tests/functional/i/invalid_getnewargs_returned.py
tests/functional/i/invalid_getnewargs_returned.txt
tests/functional/i/invalid_hash_returned.py
tests/functional/i/invalid_hash_returned.txt
tests/functional/i/invalid_index_returned.py
tests/functional/i/invalid_index_returned.txt
tests/functional/i/invalid_length_hint_returned.py
tests/functional/i/invalid_length_hint_returned.txt
tests/functional/i/invalid_length_returned.py
tests/functional/i/invalid_length_returned.txt
tests/functional/i/invalid_metaclass.py
tests/functional/i/invalid_metaclass.txt
tests/functional/i/invalid_metaclass_py3.py
tests/functional/i/invalid_metaclass_py3.rc
tests/functional/i/invalid_metaclass_py3.txt
tests/functional/i/invalid_name.py
tests/functional/i/invalid_name.txt
tests/functional/i/invalid_overridden_method.py
tests/functional/i/invalid_overridden_method.txt
tests/functional/i/invalid_repr_returned.py
tests/functional/i/invalid_repr_returned.txt
tests/functional/i/invalid_sequence_index.py
tests/functional/i/invalid_sequence_index.txt
tests/functional/i/invalid_slice_index.py
tests/functional/i/invalid_slice_index.txt
tests/functional/i/invalid_star_assignment_target.py
tests/functional/i/invalid_star_assignment_target.rc
tests/functional/i/invalid_star_assignment_target.txt
tests/functional/i/invalid_str_returned.py
tests/functional/i/invalid_str_returned.txt
tests/functional/i/invalid_unary_operand_type.py
tests/functional/i/invalid_unary_operand_type.txt
tests/functional/i/isinstance_second_argument.py
tests/functional/i/isinstance_second_argument.txt
tests/functional/i/iterable_context.py
tests/functional/i/iterable_context.txt
tests/functional/i/iterable_context_py2.py
tests/functional/i/iterable_context_py2.rc
tests/functional/i/iterable_context_py2.txt
tests/functional/i/iterable_context_py3.py
tests/functional/i/iterable_context_py3.rc
tests/functional/i/iterable_context_py3.txt
tests/functional/i/iterable_context_py36.py
tests/functional/i/iterable_context_py36.rc
tests/functional/i/iterable_context_py36.txt
tests/functional/k/__init__.py
tests/functional/k/keyword_arg_before_vararg.py
tests/functional/k/keyword_arg_before_vararg.txt
tests/functional/l/__init__.py
tests/functional/l/len_checks.py
tests/functional/l/len_checks.txt
tests/functional/l/line_endings.py
tests/functional/l/line_endings.rc
tests/functional/l/line_endings.txt
tests/functional/l/line_too_long.py
tests/functional/l/line_too_long.txt
tests/functional/l/line_too_long_end_of_module.py
tests/functional/l/literal_comparison.py
tests/functional/l/literal_comparison.txt
tests/functional/l/logging_format_interpolation.py
tests/functional/l/logging_format_interpolation.txt
tests/functional/l/logging_format_interpolation_py36.py
tests/functional/l/logging_format_interpolation_py36.rc
tests/functional/l/logging_format_interpolation_py36.txt
tests/functional/l/logging_fstring_interpolation_py36.py
tests/functional/l/logging_fstring_interpolation_py36.rc
tests/functional/l/logging_fstring_interpolation_py36.txt
tests/functional/l/logging_not_lazy.py
tests/functional/l/logging_not_lazy.txt
tests/functional/l/logical_tautology.py
tests/functional/l/logical_tautology.txt
tests/functional/l/long_lines_with_utf8.py
tests/functional/l/long_lines_with_utf8.txt
tests/functional/l/long_utf8_lines.py
tests/functional/l/long_utf8_lines.txt
tests/functional/l/lost_exception.py
tests/functional/l/lost_exception.txt
tests/functional/m/__init__.py
tests/functional/m/mapping_context.py
tests/functional/m/mapping_context.txt
tests/functional/m/mapping_context_py2.py
tests/functional/m/mapping_context_py2.rc
tests/functional/m/mapping_context_py2.txt
tests/functional/m/mapping_context_py3.py
tests/functional/m/mapping_context_py3.rc
tests/functional/m/mapping_context_py3.txt
tests/functional/m/member_checks.py
tests/functional/m/member_checks.txt
tests/functional/m/member_checks_hints.py
tests/functional/m/member_checks_hints.rc
tests/functional/m/member_checks_hints.txt
tests/functional/m/member_checks_ignore_none.py
tests/functional/m/member_checks_ignore_none.rc
tests/functional/m/member_checks_ignore_none.txt
tests/functional/m/member_checks_inference_improvements.py
tests/functional/m/member_checks_no_hints.py
tests/functional/m/member_checks_no_hints.rc
tests/functional/m/member_checks_no_hints.txt
tests/functional/m/member_checks_opaque.py
tests/functional/m/member_checks_opaque.rc
tests/functional/m/member_checks_opaque.txt
tests/functional/m/member_checks_py37.py
tests/functional/m/member_checks_py37.rc
tests/functional/m/member_checks_py37.txt
tests/functional/m/membership_protocol.py
tests/functional/m/membership_protocol.txt
tests/functional/m/membership_protocol_py2.py
tests/functional/m/membership_protocol_py2.rc
tests/functional/m/membership_protocol_py2.txt
tests/functional/m/membership_protocol_py3.py
tests/functional/m/membership_protocol_py3.rc
tests/functional/m/membership_protocol_py3.txt
tests/functional/m/messages_managed_by_id.py
tests/functional/m/messages_managed_by_id.txt
tests/functional/m/method_hidden.py
tests/functional/m/method_hidden.txt
tests/functional/m/misplaced_bare_raise.py
tests/functional/m/misplaced_bare_raise.txt
tests/functional/m/misplaced_comparison_constant.py
tests/functional/m/misplaced_comparison_constant.txt
tests/functional/m/misplaced_format_function.py
tests/functional/m/misplaced_format_function.txt
tests/functional/m/misplaced_future.py
tests/functional/m/misplaced_future.txt
tests/functional/m/missing_docstring.py
tests/functional/m/missing_docstring.txt
tests/functional/m/missing_docstring_new_style.py
tests/functional/m/missing_docstring_new_style.txt
tests/functional/m/missing_final_newline.py
tests/functional/m/missing_final_newline.txt
tests/functional/m/missing_kwoa_py3.py
tests/functional/m/missing_kwoa_py3.rc
tests/functional/m/missing_kwoa_py3.txt
tests/functional/m/missing_module_docstring_disabled.py
tests/functional/m/missing_module_docstring_disabled.txt
tests/functional/m/missing_parentheses_for_call_in_test.py
tests/functional/m/missing_parentheses_for_call_in_test.txt
tests/functional/m/missing_self_argument.py
tests/functional/m/missing_self_argument.txt
tests/functional/m/monkeypatch_method.py
tests/functional/m/monkeypatch_method.txt
tests/functional/m/multiple_imports.py
tests/functional/m/multiple_imports.txt
tests/functional/n/__init__.py
tests/functional/n/namePresetCamelCase.py
tests/functional/n/namePresetCamelCase.rc
tests/functional/n/namePresetCamelCase.txt
tests/functional/n/name_good_bad_names_regex.py
tests/functional/n/name_good_bad_names_regex.rc
tests/functional/n/name_good_bad_names_regex.txt
tests/functional/n/name_preset_snake_case.py
tests/functional/n/name_preset_snake_case.rc
tests/functional/n/name_preset_snake_case.txt
tests/functional/n/name_styles.py
tests/functional/n/name_styles.rc
tests/functional/n/name_styles.txt
tests/functional/n/namedtuple_member_inference.py
tests/functional/n/namedtuple_member_inference.txt
tests/functional/n/names_in__all__.py
tests/functional/n/names_in__all__.txt
tests/functional/n/nested_blocks_issue1088.py
tests/functional/n/nested_blocks_issue1088.txt
tests/functional/n/nested_func_defined_in_loop.py
tests/functional/n/no_classmethod_decorator.py
tests/functional/n/no_classmethod_decorator.txt
tests/functional/n/no_else_break.py
tests/functional/n/no_else_break.txt
tests/functional/n/no_else_continue.py
tests/functional/n/no_else_continue.txt
tests/functional/n/no_else_raise.py
tests/functional/n/no_else_raise.txt
tests/functional/n/no_else_return.py
tests/functional/n/no_else_return.txt
tests/functional/n/no_method_argument_py38.py
tests/functional/n/no_method_argument_py38.rc
tests/functional/n/no_name_in_module.py
tests/functional/n/no_name_in_module.txt
tests/functional/n/no_self_argument_py37.py
tests/functional/n/no_self_argument_py37.rc
tests/functional/n/no_self_argument_py37.txt
tests/functional/n/no_self_use.py
tests/functional/n/no_self_use.txt
tests/functional/n/no_self_use_py3.py
tests/functional/n/no_self_use_py3.rc
tests/functional/n/no_self_use_py3.txt
tests/functional/n/no_staticmethod_decorator.py
tests/functional/n/no_staticmethod_decorator.txt
tests/functional/n/non_ascii_name.py
tests/functional/n/non_ascii_name.rc
tests/functional/n/non_ascii_name.txt
tests/functional/n/non_iterator_returned.py
tests/functional/n/non_iterator_returned.txt
tests/functional/n/non_str_assignment_to_dunder_name.py
tests/functional/n/non_str_assignment_to_dunder_name.txt
tests/functional/n/none_dunder_protocols_py36.py
tests/functional/n/none_dunder_protocols_py36.rc
tests/functional/n/none_dunder_protocols_py36.txt
tests/functional/n/nonexistent_operator.py
tests/functional/n/nonexistent_operator.txt
tests/functional/n/nonlocal_and_global.py
tests/functional/n/nonlocal_and_global.rc
tests/functional/n/nonlocal_and_global.txt
tests/functional/n/nonlocal_without_binding.py
tests/functional/n/nonlocal_without_binding.rc
tests/functional/n/nonlocal_without_binding.txt
tests/functional/n/not_async_context_manager.py
tests/functional/n/not_async_context_manager.rc
tests/functional/n/not_async_context_manager.txt
tests/functional/n/not_async_context_manager_py37.py
tests/functional/n/not_async_context_manager_py37.rc
tests/functional/n/not_async_context_manager_py37.txt
tests/functional/n/not_callable.py
tests/functional/n/not_callable.txt
tests/functional/n/not_context_manager.py
tests/functional/n/not_context_manager.txt
tests/functional/n/not_in_loop.py
tests/functional/n/not_in_loop.txt
tests/functional/o/__init__.py
tests/functional/o/old_division_floats.py
tests/functional/o/old_division_floats.rc
tests/functional/o/old_division_manually.py
tests/functional/o/old_division_manually.rc
tests/functional/p/__init__.py
tests/functional/p/postponed_evaluation_activated.py
tests/functional/p/postponed_evaluation_activated.rc
tests/functional/p/postponed_evaluation_activated.txt
tests/functional/p/postponed_evaluation_not_activated.py
tests/functional/p/postponed_evaluation_not_activated.rc
tests/functional/p/postponed_evaluation_not_activated.txt
tests/functional/p/pragma_after_backslash.py
tests/functional/p/preferred_module.py
tests/functional/p/preferred_module.rc
tests/functional/p/preferred_module.txt
tests/functional/p/print_always_warns.py
tests/functional/p/print_always_warns.rc
tests/functional/p/print_always_warns.txt
tests/functional/p/property_with_parameters.py
tests/functional/p/property_with_parameters.txt
tests/functional/p/protected_access_access_different_scopes.py
tests/functional/p/protected_access_access_different_scopes.rc
tests/functional/p/protected_access_access_different_scopes.txt
tests/functional/p/protocol_classes.py
tests/functional/p/protocol_classes.rc
tests/functional/r/__init__.py
tests/functional/r/raise_missing_from.py
tests/functional/r/raise_missing_from.txt
tests/functional/r/raising_format_tuple.py
tests/functional/r/raising_format_tuple.txt
tests/functional/r/raising_non_exception_py3.py
tests/functional/r/raising_non_exception_py3.rc
tests/functional/r/raising_non_exception_py3.txt
tests/functional/r/raising_self.py
tests/functional/r/raising_self.txt
tests/functional/r/recursion_error_2667.py
tests/functional/r/recursion_error_2667.txt
tests/functional/r/recursion_error_2836.py
tests/functional/r/recursion_error_2861.py
tests/functional/r/recursion_error_2899.py
tests/functional/r/recursion_error_2906.py
tests/functional/r/recursion_error_3152.py
tests/functional/r/recursion_error_3159.py
tests/functional/r/recursion_error_940.py
tests/functional/r/recursion_error_crash.py
tests/functional/r/recursion_error_crash.txt
tests/functional/r/recursion_error_crash_2683.py
tests/functional/r/recursion_error_crash_2683.txt
tests/functional/r/recursion_error_crash_astroid_623.py
tests/functional/r/recursion_error_crash_astroid_623.txt
tests/functional/r/recursion_regression_2960.py
tests/functional/r/redeclared_assigned_name.py
tests/functional/r/redeclared_assigned_name.rc
tests/functional/r/redeclared_assigned_name.txt
tests/functional/r/redefined_argument_from_local.py
tests/functional/r/redefined_argument_from_local.txt
tests/functional/r/redefined_builtin.py
tests/functional/r/redefined_builtin.txt
tests/functional/r/redefined_outer_name_type_checking.py
tests/functional/r/redefined_outer_name_type_checking.rc
tests/functional/r/redundant_unittest_assert.py
tests/functional/r/redundant_unittest_assert.txt
tests/functional/r/regression_1326_crash_uninferable.py
tests/functional/r/regression_2443_duplicate_bases.py
tests/functional/r/regression_2443_duplicate_bases.rc
tests/functional/r/regression_2937_ifexp.py
tests/functional/r/regression_3091.py
tests/functional/r/regression_3231_no_member_property.py
tests/functional/r/regression_3416_unused_argument_raise.py
tests/functional/r/regression_3416_unused_argument_raise.txt
tests/functional/r/regression_infer_call_result_3690.py
tests/functional/r/regression_no_member_1078.py
tests/functional/r/regression_no_value_for_parameter.py
tests/functional/r/regression_no_value_for_parameter.txt
tests/functional/r/regression_posonly_args.py
tests/functional/r/regression_posonly_args.rc
tests/functional/r/regression_property_no_member_2641.py
tests/functional/r/regression_property_no_member_3269.py
tests/functional/r/regression_property_no_member_844.py
tests/functional/r/regression_property_no_member_870.py
tests/functional/r/regression_property_slots_2439.py
tests/functional/r/regression_too_many_arguments_2335.py
tests/functional/r/reimported.py
tests/functional/r/reimported.txt
tests/functional/r/repeated_keyword.py
tests/functional/r/repeated_keyword.txt
tests/functional/r/return_in_init.py
tests/functional/r/return_in_init.txt
tests/functional/r/return_outside_function.py
tests/functional/r/return_outside_function.txt
tests/functional/r/reused_outer_loop_variable.py
tests/functional/r/reused_outer_loop_variable.txt
tests/functional/r/reused_outer_loop_variable_py3.py
tests/functional/r/reused_outer_loop_variable_py3.rc
tests/functional/r/reused_outer_loop_variable_py3.txt
tests/functional/s/__init__.py
tests/functional/s/self_assigning_variable.py
tests/functional/s/self_assigning_variable.txt
tests/functional/s/self_cls_assignment.py
tests/functional/s/self_cls_assignment.txt
tests/functional/s/signature_differs.py
tests/functional/s/signature_differs.txt
tests/functional/s/simplifiable_if_expression.py
tests/functional/s/simplifiable_if_expression.txt
tests/functional/s/simplifiable_if_statement.py
tests/functional/s/simplifiable_if_statement.txt
tests/functional/s/simplify_chained_comparison.py
tests/functional/s/simplify_chained_comparison.txt
tests/functional/s/singledispatch_functions.py
tests/functional/s/singledispatch_functions.rc
tests/functional/s/singledispatch_functions.txt
tests/functional/s/singledispatch_functions_py3.py
tests/functional/s/singledispatch_functions_py3.rc
tests/functional/s/singledispatch_functions_py3.txt
tests/functional/s/singleton_comparison.py
tests/functional/s/singleton_comparison.txt
tests/functional/s/slots_checks.py
tests/functional/s/slots_checks.txt
tests/functional/s/socketerror_import.py
tests/functional/s/star_needs_assignment_target.py
tests/functional/s/star_needs_assignment_target.rc
tests/functional/s/star_needs_assignment_target.txt
tests/functional/s/star_needs_assignment_target_py35.py
tests/functional/s/star_needs_assignment_target_py35.rc
tests/functional/s/star_needs_assignment_target_py35.txt
tests/functional/s/statement_without_effect.py
tests/functional/s/statement_without_effect.txt
tests/functional/s/statement_without_effect_py36.py
tests/functional/s/statement_without_effect_py36.rc
tests/functional/s/statement_without_effect_py36.txt
tests/functional/s/stop_iteration_inside_generator.py
tests/functional/s/stop_iteration_inside_generator.rc
tests/functional/s/stop_iteration_inside_generator.txt
tests/functional/s/string_formatting.py
tests/functional/s/string_formatting.txt
tests/functional/s/string_formatting_disable.py
tests/functional/s/string_formatting_disable.rc
tests/functional/s/string_formatting_disable.txt
tests/functional/s/string_formatting_failed_inference.py
tests/functional/s/string_formatting_failed_inference_py35.py
tests/functional/s/string_formatting_failed_inference_py35.rc
tests/functional/s/string_formatting_py27.py
tests/functional/s/string_formatting_py27.rc
tests/functional/s/string_formatting_py27.txt
tests/functional/s/string_formatting_py3.py
tests/functional/s/string_formatting_py3.rc
tests/functional/s/string_formatting_py3.txt
tests/functional/s/subprocess_popen_preexec_fn.py
tests/functional/s/subprocess_popen_preexec_fn.txt
tests/functional/s/subprocess_run_check35.py
tests/functional/s/subprocess_run_check35.rc
tests/functional/s/subprocess_run_check35.txt
tests/functional/s/super_checks.py
tests/functional/s/super_checks.txt
tests/functional/s/super_with_arguments.py
tests/functional/s/super_with_arguments.rc
tests/functional/s/super_with_arguments.txt
tests/functional/s/superfluous_parens.py
tests/functional/s/superfluous_parens.txt
tests/functional/s/suspicious_str_strip_call.py
tests/functional/s/suspicious_str_strip_call.rc
tests/functional/s/suspicious_str_strip_call.txt
tests/functional/s/suspicious_str_strip_call_py3.py
tests/functional/s/suspicious_str_strip_call_py3.rc
tests/functional/s/suspicious_str_strip_call_py3.txt
tests/functional/s/syntax_error.py
tests/functional/s/syntax_error.rc
tests/functional/s/syntax_error.txt
tests/functional/s/syntax_error_jython.py
tests/functional/s/syntax_error_jython.rc
tests/functional/s/syntax_error_jython.txt
tests/functional/s/sys_stream_regression_1004.py
tests/functional/s/sys_stream_regression_1004.rc
tests/functional/s/sys_stream_regression_1004.txt
tests/functional/t/__init__.py
tests/functional/t/ternary.py
tests/functional/t/ternary.txt
tests/functional/t/test_compile.py
tests/functional/t/tokenize_error.py
tests/functional/t/tokenize_error.rc
tests/functional/t/tokenize_error.txt
tests/functional/t/tokenize_error_jython.py
tests/functional/t/tokenize_error_jython.rc
tests/functional/t/tokenize_error_jython.txt
tests/functional/t/trailing_comma_tuple.py
tests/functional/t/trailing_comma_tuple.rc
tests/functional/t/trailing_comma_tuple.txt
tests/functional/t/trailing_newlines.py
tests/functional/t/trailing_newlines.txt
tests/functional/t/trailing_whitespaces.py
tests/functional/t/trailing_whitespaces.txt
tests/functional/t/try_except_raise.py
tests/functional/t/try_except_raise.txt
tests/functional/t/try_except_raise_crash.py
tests/functional/t/try_except_raise_crash.txt
tests/functional/t/typing_use.py
tests/functional/t/typing_use.rc
tests/functional/t/typing_use.txt
tests/functional/too/__init__.py
tests/functional/too/too_few_public_methods.py
tests/functional/too/too_few_public_methods.txt
tests/functional/too/too_few_public_methods_37.py
tests/functional/too/too_few_public_methods_37.rc
tests/functional/too/too_few_public_methods_37.txt
tests/functional/too/too_many_ancestors.py
tests/functional/too/too_many_ancestors.txt
tests/functional/too/too_many_arguments.py
tests/functional/too/too_many_arguments.txt
tests/functional/too/too_many_arguments_issue_1045.py
tests/functional/too/too_many_arguments_issue_1045.rc
tests/functional/too/too_many_arguments_issue_1045.txt
tests/functional/too/too_many_arguments_overload.py
tests/functional/too/too_many_boolean_expressions.py
tests/functional/too/too_many_boolean_expressions.txt
tests/functional/too/too_many_branches.py
tests/functional/too/too_many_branches.txt
tests/functional/too/too_many_instance_attributes.py
tests/functional/too/too_many_instance_attributes.txt
tests/functional/too/too_many_lines.py
tests/functional/too/too_many_lines.txt
tests/functional/too/too_many_lines_disabled.py
tests/functional/too/too_many_locals.py
tests/functional/too/too_many_locals.txt
tests/functional/too/too_many_nested_blocks.py
tests/functional/too/too_many_nested_blocks.txt
tests/functional/too/too_many_public_methods.py
tests/functional/too/too_many_public_methods.txt
tests/functional/too/too_many_return_statements.py
tests/functional/too/too_many_return_statements.txt
tests/functional/too/too_many_star_expressions.py
tests/functional/too/too_many_star_expressions.rc
tests/functional/too/too_many_star_expressions.txt
tests/functional/too/too_many_statements.py
tests/functional/too/too_many_statements.txt
tests/functional/u/__init__.py
tests/functional/u/unbalanced_tuple_unpacking.py
tests/functional/u/unbalanced_tuple_unpacking.txt
tests/functional/u/unbalanced_tuple_unpacking_py30.py
tests/functional/u/unbalanced_tuple_unpacking_py30.rc
tests/functional/u/undefined_loop_variable.py
tests/functional/u/undefined_loop_variable.txt
tests/functional/u/undefined_variable.py
tests/functional/u/undefined_variable.txt
tests/functional/u/undefined_variable_py30.py
tests/functional/u/undefined_variable_py30.rc
tests/functional/u/undefined_variable_py30.txt
tests/functional/u/unexpected_special_method_signature.py
tests/functional/u/unexpected_special_method_signature.txt
tests/functional/u/ungrouped_imports.py
tests/functional/u/ungrouped_imports.txt
tests/functional/u/ungrouped_imports_isort_compatible.py
tests/functional/u/ungrouped_imports_isort_compatible.txt
tests/functional/u/unhashable_dict_key.py
tests/functional/u/unhashable_dict_key.txt
tests/functional/u/unidiomatic_typecheck.py
tests/functional/u/unidiomatic_typecheck.txt
tests/functional/u/uninferable_all_object.py
tests/functional/u/unknown_encoding_jython.py
tests/functional/u/unknown_encoding_jython.rc
tests/functional/u/unknown_encoding_jython.txt
tests/functional/u/unknown_encoding_py29.py
tests/functional/u/unknown_encoding_py29.rc
tests/functional/u/unknown_encoding_py29.txt
tests/functional/u/unnecessary_comprehension.py
tests/functional/u/unnecessary_comprehension.txt
tests/functional/u/unnecessary_lambda.py
tests/functional/u/unnecessary_lambda.txt
tests/functional/u/unnecessary_pass.py
tests/functional/u/unnecessary_pass.txt
tests/functional/u/unneeded_not.py
tests/functional/u/unneeded_not.txt
tests/functional/u/unpacked_exceptions.py
tests/functional/u/unpacked_exceptions.rc
tests/functional/u/unpacked_exceptions.txt
tests/functional/u/unpacking.py
tests/functional/u/unpacking_generalizations.py
tests/functional/u/unpacking_generalizations.rc
tests/functional/u/unpacking_generalizations.txt
tests/functional/u/unpacking_non_sequence.py
tests/functional/u/unpacking_non_sequence.txt
tests/functional/u/unreachable.py
tests/functional/u/unreachable.txt
tests/functional/u/unrecognized_inline_option.py
tests/functional/u/unrecognized_inline_option.txt
tests/functional/u/unsubscriptable_value.py
tests/functional/u/unsubscriptable_value.txt
tests/functional/u/unsubscriptable_value_py37.py
tests/functional/u/unsubscriptable_value_py37.rc
tests/functional/u/unsubscriptable_value_py37.txt
tests/functional/u/unsupported_assignment_operation.py
tests/functional/u/unsupported_assignment_operation.txt
tests/functional/u/unsupported_binary_operation.py
tests/functional/u/unsupported_binary_operation.rc
tests/functional/u/unsupported_binary_operation.txt
tests/functional/u/unsupported_delete_operation.py
tests/functional/u/unsupported_delete_operation.txt
tests/functional/u/unused_argument.py
tests/functional/u/unused_argument.txt
tests/functional/u/unused_argument_py3.py
tests/functional/u/unused_argument_py3.rc
tests/functional/u/unused_argument_py3.txt
tests/functional/u/unused_global_variable1.py
tests/functional/u/unused_global_variable2.py
tests/functional/u/unused_global_variable2.rc
tests/functional/u/unused_global_variable2.txt
tests/functional/u/unused_global_variable3.py
tests/functional/u/unused_global_variable4.py
tests/functional/u/unused_global_variable4.rc
tests/functional/u/unused_global_variable4.txt
tests/functional/u/unused_import.py
tests/functional/u/unused_import.txt
tests/functional/u/unused_import_assigned_to.py
tests/functional/u/unused_import_everything_disabled.py
tests/functional/u/unused_import_everything_disabled.rc
tests/functional/u/unused_import_positional_only_py38.py
tests/functional/u/unused_import_positional_only_py38.rc
tests/functional/u/unused_typing_imports.py
tests/functional/u/unused_typing_imports.rc
tests/functional/u/unused_variable.py
tests/functional/u/unused_variable.txt
tests/functional/u/unused_variable_py36.py
tests/functional/u/unused_variable_py36.rc
tests/functional/u/unused_variable_py36.txt
tests/functional/u/used_before_assignment_488.py
tests/functional/u/used_before_assignment_issue1081.py
tests/functional/u/used_before_assignment_issue1081.txt
tests/functional/u/used_before_assignment_issue853.py
tests/functional/u/used_before_assignment_nonlocal.py
tests/functional/u/used_before_assignment_nonlocal.rc
tests/functional/u/used_before_assignment_nonlocal.txt
tests/functional/u/used_prior_global_declaration.py
tests/functional/u/used_prior_global_declaration.rc
tests/functional/u/used_prior_global_declaration.txt
tests/functional/u/useless-import-alias.py
tests/functional/u/useless-import-alias.txt
tests/functional/u/useless_else_on_loop.py
tests/functional/u/useless_else_on_loop.txt
tests/functional/u/useless_object_inheritance.py
tests/functional/u/useless_object_inheritance.txt
tests/functional/u/useless_return.py
tests/functional/u/useless_return.txt
tests/functional/u/useless_super_delegation.py
tests/functional/u/useless_super_delegation.txt
tests/functional/u/useless_super_delegation_py3.py
tests/functional/u/useless_super_delegation_py3.rc
tests/functional/u/useless_super_delegation_py3.txt
tests/functional/u/useless_super_delegation_py35.py
tests/functional/u/useless_super_delegation_py35.rc
tests/functional/u/useless_super_delegation_py35.txt
tests/functional/u/useless_super_delegation_py38.py
tests/functional/u/useless_super_delegation_py38.rc
tests/functional/u/useless_super_delegation_py38.txt
tests/functional/u/using_constant_test.py
tests/functional/u/using_constant_test.txt
tests/functional/w/__init__.py
tests/functional/w/wildcard_import.py
tests/functional/w/wildcard_import.txt
tests/functional/w/wildcard_import_allowed.py
tests/functional/w/wildcard_import_allowed.rc
tests/functional/w/wildcard_import_allowed.txt
tests/functional/w/with_used_before_assign.py
tests/functional/w/with_used_before_assign.txt
tests/functional/w/with_using_generator.py
tests/functional/w/with_using_generator.txt
tests/functional/w/wrong_exception_operation.py
tests/functional/w/wrong_exception_operation.txt
tests/functional/w/wrong_import_order.py
tests/functional/w/wrong_import_order.txt
tests/functional/w/wrong_import_order2.py
tests/functional/w/wrong_import_position.py
tests/functional/w/wrong_import_position.txt
tests/functional/w/wrong_import_position10.py
tests/functional/w/wrong_import_position11.py
tests/functional/w/wrong_import_position11.txt
tests/functional/w/wrong_import_position12.py
tests/functional/w/wrong_import_position12.txt
tests/functional/w/wrong_import_position13.py
tests/functional/w/wrong_import_position13.txt
tests/functional/w/wrong_import_position14.py
tests/functional/w/wrong_import_position14.txt
tests/functional/w/wrong_import_position15.py
tests/functional/w/wrong_import_position2.py
tests/functional/w/wrong_import_position3.py
tests/functional/w/wrong_import_position4.py
tests/functional/w/wrong_import_position5.py
tests/functional/w/wrong_import_position6.py
tests/functional/w/wrong_import_position7.py
tests/functional/w/wrong_import_position8.py
tests/functional/w/wrong_import_position9.py
tests/functional/w/wrong_import_position_exclude_dunder_main.py
tests/functional/w/wrong_import_position_exclude_dunder_main.txt
tests/functional/y/__init__.py
tests/functional/y/yield_from_iterable_py33.py
tests/functional/y/yield_from_iterable_py33.rc
tests/functional/y/yield_from_iterable_py33.txt
tests/functional/y/yield_from_outside_func.py
tests/functional/y/yield_from_outside_func.rc
tests/functional/y/yield_from_outside_func.txt
tests/functional/y/yield_inside_async_function.py
tests/functional/y/yield_inside_async_function.rc
tests/functional/y/yield_inside_async_function.txt
tests/functional/y/yield_inside_async_function_py36.py
tests/functional/y/yield_inside_async_function_py36.rc
tests/functional/y/yield_inside_async_function_py36.txt
tests/functional/y/yield_outside_func.py
tests/functional/y/yield_outside_func.txt
tests/input/__init__.py
tests/input/benchmark_minimal_file.py
tests/input/func_3k_removed_stuff_py_30.py
tests/input/func_bug113231.py
tests/input/func_disable_linebased.py
tests/input/func_dotted_ancestor.py
tests/input/func_e0012.py
tests/input/func_e0204.py
tests/input/func_e12xx.py
tests/input/func_e13xx.py
tests/input/func_excess_escapes.py
tests/input/func_first_arg.py
tests/input/func_i0011.py
tests/input/func_i0012.py
tests/input/func_i0013.py
tests/input/func_i0014.py
tests/input/func_i0020.py
tests/input/func_i0022.py
tests/input/func_logging_not_lazy_with_logger.py
tests/input/func_loopvar_in_dict_comp_py27.py
tests/input/func_module___dict__.py
tests/input/func_nameerror_on_string_substitution.py
tests/input/func_no_dummy_redefined.py
tests/input/func_noerror___init___return_from_inner_function.py
tests/input/func_noerror_access_attr_before_def_false_positive.py
tests/input/func_noerror_base_init_vars.py
tests/input/func_noerror_builtin_module_test.py
tests/input/func_noerror_class_attributes.py
tests/input/func_noerror_classes_meth_could_be_a_function.py
tests/input/func_noerror_classes_protected_member_access.py
tests/input/func_noerror_decorator_scope.py
tests/input/func_noerror_e1101_9588_base_attr_aug_assign.py
tests/input/func_noerror_external_classmethod_crash.py
tests/input/func_noerror_inner_classes.py
tests/input/func_noerror_lambda_use_before_assign.py
tests/input/func_noerror_mcs_attr_access.py
tests/input/func_noerror_new_style_class_py_30.py
tests/input/func_noerror_no_warning_docstring.py
tests/input/func_noerror_object_as_class_attribute.py
tests/input/func_noerror_overloaded_operator.py
tests/input/func_noerror_property_affectation_py26.py
tests/input/func_noerror_yield_assign_py25.py
tests/input/func_noerror_yield_return_mix.py
tests/input/func_nonregr___file___global.py
tests/input/func_return_yield_mix_py_33.py
tests/input/func_typecheck_callfunc_assigment.py
tests/input/func_unused_import_py30.py
tests/input/func_variables_unused_name_from_wilcard_import.py
tests/input/func_w0122_py_30.py
tests/input/func_w0233.py
tests/input/func_w0332_py_30.py
tests/input/func_w0401.py
tests/input/func_w0401_disabled.py
tests/input/func_w0401_disabled_in_func.py
tests/input/func_w0404.py
tests/input/func_w0405.py
tests/input/func_w0406.py
tests/input/func_w0611.py
tests/input/func_w0612.py
tests/input/func_w0613.py
tests/input/func_w0801.py
tests/input/hide_code_with_imports.py
tests/input/ignore_except_pass_by_default.py
tests/input/multiline-import
tests/input/noext
tests/input/not__init__.py
tests/input/similar1
tests/input/similar2
tests/input/w0401_cycle.py
tests/input/w0801_same.py
tests/input/func_w0401_package/__init__.py
tests/input/func_w0401_package/all_the_things.py
tests/input/func_w0401_package/thing1.py
tests/input/func_w0401_package/thing2.py
tests/lint/__init__.py
tests/lint/unittest_lint.py
tests/message/__init__.py
tests/message/conftest.py
tests/message/unittest_message.py
tests/message/unittest_message_definition.py
tests/message/unittest_message_definition_store.py
tests/message/unittest_message_id_store.py
tests/messages/builtin_module.txt
tests/messages/func_3k_removed_stuff_py_30.txt
tests/messages/func_bad_cont_dictcomp_py27.txt
tests/messages/func_bug113231.txt
tests/messages/func_disable_linebased.txt
tests/messages/func_disable_linebased_py30.txt
tests/messages/func_dotted_ancestor.txt
tests/messages/func_e0012.txt
tests/messages/func_e0204.txt
tests/messages/func_e12xx.txt
tests/messages/func_e13xx.txt
tests/messages/func_e13xx_py30.txt
tests/messages/func_excess_escapes.txt
tests/messages/func_first_arg.txt
tests/messages/func_i0011.txt
tests/messages/func_i0012.txt
tests/messages/func_i0013.txt
tests/messages/func_i0014.txt
tests/messages/func_i0020.txt
tests/messages/func_i0022.txt
tests/messages/func_logging_not_lazy_with_logger.txt
tests/messages/func_loopvar_in_dict_comp_py27.txt
tests/messages/func_module___dict__.txt
tests/messages/func_nameerror_on_string_substitution.txt
tests/messages/func_no_dummy_redefined.txt
tests/messages/func_nonregr___file___global.txt
tests/messages/func_raw_escapes.txt
tests/messages/func_return_yield_mix_py_33.txt
tests/messages/func_toolonglines_py30.txt
tests/messages/func_typecheck_callfunc_assigment.txt
tests/messages/func_typecheck_getattr_py30.txt
tests/messages/func_typecheck_non_callable_call.txt
tests/messages/func_unicode_literal_py26.txt
tests/messages/func_unicode_literal_py274.txt
tests/messages/func_unused_import_py30.txt
tests/messages/func_use_for_or_listcomp_var_py29.txt
tests/messages/func_use_for_or_listcomp_var_py30.txt
tests/messages/func_variables_unused_name_from_wilcard_import.txt
tests/messages/func_w0122_py_30.txt
tests/messages/func_w0233.txt
tests/messages/func_w0312.txt
tests/messages/func_w0332_py_30.txt
tests/messages/func_w0401.txt
tests/messages/func_w0401_disabled.txt
tests/messages/func_w0401_disabled_in_func.txt
tests/messages/func_w0401_package.txt
tests/messages/func_w0404.txt
tests/messages/func_w0405.txt
tests/messages/func_w0406.txt
tests/messages/func_w0611.txt
tests/messages/func_w0612.txt
tests/messages/func_w0613.txt
tests/messages/func_w0622.txt
tests/messages/func_w0623.txt
tests/messages/func_w0623_py_30.txt
tests/messages/func_w0801.txt
tests/messages/func_with_without_as_py25.txt
tests/regrtest_data/.pylintrc
tests/regrtest_data/application_crash.py
tests/regrtest_data/classdoc_usage.py
tests/regrtest_data/comments_pylintrc
tests/regrtest_data/decimal_inference.py
tests/regrtest_data/descriptor_crash.py
tests/regrtest_data/dummy_plugin.rc
tests/regrtest_data/empty.py
tests/regrtest_data/fail_under_minus6.py
tests/regrtest_data/fail_under_plus6.py
tests/regrtest_data/func_block_disable_msg.py
tests/regrtest_data/import_assign.py
tests/regrtest_data/import_package_subpackage_module.py
tests/regrtest_data/import_something.py
tests/regrtest_data/meta.py
tests/regrtest_data/module_global.py
tests/regrtest_data/no_stdout_encoding.py
tests/regrtest_data/numarray_import.py
tests/regrtest_data/numarray_inf.py
tests/regrtest_data/precedence_test.py
tests/regrtest_data/py3k-disabled.rc
tests/regrtest_data/py3k_error_flag.py
tests/regrtest_data/py3k_errors_and_warnings.py
tests/regrtest_data/special_attr_scope_lookup_crash.py
tests/regrtest_data/syntax_error.py
tests/regrtest_data/test_pylintrc_comments.py
tests/regrtest_data/try_finally_disable_msg_crash.py
tests/regrtest_data/unused_variable.py
tests/regrtest_data/wildcard.py
tests/regrtest_data/wrong_import_position.py
tests/regrtest_data/absimp/__init__.py
tests/regrtest_data/absimp/string.py
tests/regrtest_data/bad_package/__init__.py
tests/regrtest_data/bad_package/wrong.py
tests/regrtest_data/beyond_top/__init__.py
tests/regrtest_data/beyond_top/data.py
tests/regrtest_data/dataclasses_pyreverse/__init__.py
tests/regrtest_data/dummy/__init__.py
tests/regrtest_data/dummy/another.py
tests/regrtest_data/dummy/dummy.py
tests/regrtest_data/dummy_plugin/dummy_conf_plugin.py
tests/regrtest_data/dummy_plugin/dummy_plugin.py
tests/regrtest_data/duplicate_data_raw_strings/first.py
tests/regrtest_data/duplicate_data_raw_strings/second.py
tests/regrtest_data/init_wildcard/__init__.py
tests/regrtest_data/package/AudioTime.py
tests/regrtest_data/package/__init__.py
tests/regrtest_data/package/subpackage/__init__.py
tests/regrtest_data/package/subpackage/module.py
tests/regrtest_data/package_all/__init__.py
tests/regrtest_data/package_all/notmissing.py
tests/regrtest_data/regression_missing_init_3564/subdirectory/file.py
tests/utils/__init__.py
tests/utils/unittest_ast_walker.py
tests/utils/unittest_utils.py