summaryrefslogtreecommitdiff
path: root/pylint/typing.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-6/+3
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* Bump mypy from 0.982 to 0.990 (#7769)dependabot[bot]2022-11-141-2/+1
* Add default_enabled option to optional message dict (#7629)Marc Mueller2022-10-251-0/+1
* Complete typing of all generic types (#7406)Daniël van Noord2022-09-041-2/+8
* Add support of sharing message in multiple checkers. Fix DeprecatedChecker ex...Matus Valo2022-06-161-0/+1
* Store namespaces respective to directories (#6789)Daniël van Noord2022-06-041-0/+4
* Move AstCallback (#6502)Marc Mueller2022-05-051-5/+0
* Fix AstCallbackMethod typing (#6445)Marc Mueller2022-05-051-6/+0
* Add further typing to ``BaseChecker`` (#6461)Daniël van Noord2022-04-261-6/+12
* Add typing to ``BaseChecker`` ``msgs`` and ``reports`` (#6456)Daniël van Noord2022-04-251-0/+15
* Add last typing to ``pylint/utils`` (#6369)Daniël van Noord2022-04-181-0/+12
* Use ``python-typing-update`` on ``pylint`` directoryDaniël van Noord2022-04-141-6/+8
* Create ``_OutputFormatAction`` (#6267)Daniël van Noord2022-04-111-0/+7
* Number of small refactors in ``argparse`` code (#6266)Daniël van Noord2022-04-111-2/+21
* Add ``Options`` and ``OptionsDict`` to typing utilsDaniël van Noord2022-04-061-1/+7
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-5/+5
* Fix remaining typing issues for ``PyLinter`` and related functions (#5663)Daniël van Noord2022-02-081-0/+6
* Fix a typo in pylint/typing.pyPierre Sassoulas2022-01-021-1/+1
* Add ``end_lineno`` and ``end_col_offset`` to ``MessageLocationTuple`` (#5343)Daniël van Noord2021-11-221-0/+2
* Merge ``MessagesHandlerMixIn`` into ``PyLinter`` (#5136)Daniël van Noord2021-10-171-1/+11
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-10/+1
* Type `add_message` and add `MessageLocationTuple` (#5050)Daniël van Noord2021-09-211-0/+11
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-161-1/+39
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-151-0/+14