third_party.pylibs.pylint.src/pylint/message
Daniël van Noord baaa81a299
Refactor various typing related issues (#4940)
* Add type annotations to ``visit`` & ``leave`` calls
This adds typing to most calls that visit nodes. All other changes are
due to mypy errors resulting from introduction of typing.

* Fix outstanding mypy issues
This removes some of the `type: ignore` comments in favour of
solving the mypy issues these comments were surpressing.

* Fix remaining references to node_classes
Except for two references to node_classes in the changelog this should be the last of them

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
2021-09-03 13:47:23 +02:00
..
__init__.py
message_definition_store.py
message_definition.py Add `Consider-using-f-string` checker (#4796) 2021-08-30 07:57:05 +02:00
message_handler_mix_in.py Remove the python3 porting mode from the codebase 2021-09-01 08:27:04 +02:00
message_id_store.py Refactor various typing related issues (#4940) 2021-09-03 13:47:23 +02:00
message.py