summaryrefslogtreecommitdiff
path: root/pylint/utils
Commit message (Expand)AuthorAgeFilesLines
* [pre-commit.ci] pre-commit autoupdate and simplify ruff config (#8694)pre-commit-ci[bot]2023-05-161-1/+1
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-243-20/+13
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-297-14/+14
* [deprecation] Make '_format-option-value' private and update TODOs (#8469)Pierre Sassoulas2023-03-202-3/+1
* Remove deprecated functions and classes (#8409)Daniël van Noord2023-03-092-85/+1
* [FileState] Remove 'collect_block_lines'Pierre Sassoulas2023-03-081-20/+0
* [FileState] Make Pylinter.current_name and msg_store non nullablePierre Sassoulas2023-03-081-20/+2
* Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-081-22/+15
* Add ``invalid-name`` check for ``TypeAlias`` names (#7116)Daniël van Noord2023-02-261-0/+7
* Tighten design constraints (#8115)Nick Drozd2023-01-281-0/+1
* Bump mypy from 0.982 to 0.990 (#7769)dependabot[bot]2022-11-141-1/+1
* [refactor] Use typed NamedTuple for Confidence + PragmaRepresenter (#7718)Pierre Sassoulas2022-11-051-2/+4
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-152-0/+6
* Add ``tomlkit`` and ``isort`` to ``mypy`` additional dependencies (#7450)Daniël van Noord2022-09-101-3/+4
* Turn on ``mypy`` strict mode 🎉 (#7448)Daniël van Noord2022-09-092-3/+3
* Make ``disable-next`` only consider the succeeding line (#7411)Daniël van Noord2022-09-051-15/+35
* Remove redundant options documentation and improve formatting (#6665)Daniël van Noord2022-06-061-5/+15
* [refactor] Create a function to get the main checker documentationPierre Sassoulas2022-05-241-15/+19
* [doc] Remove trailing line feeds in generated RSTsPierre Sassoulas2022-05-241-1/+1
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-233-5/+15
* Write the exception message to stderr in `ASTWalker.walk` (#6598)Yilei "Dolee" Yang2022-05-121-1/+5
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-101-1/+1
* Make sure that --generate-rcfile generates a valid file (#6566)Daniël van Noord2022-05-101-1/+6
* Fix disabling of ``bad-option-value`` (#6556)Daniël van Noord2022-05-091-12/+70
* Refactor ``_collect_block_lines`` (#6560)Daniël van Noord2022-05-091-31/+40
* Pass ``msg_store`` and ``node`` to ``FileState`` (#6558)Daniël van Noord2022-05-091-2/+29
* Refactor of ``config.__init__.py``Daniël van Noord2022-05-051-0/+3
* Move AstCallback (#6502)Marc Mueller2022-05-051-9/+16
* Run development version of ``pydocstringformatter`` (#6469)Daniël van Noord2022-04-283-4/+4
* [spelling] Capitalize emacs where it makes sensePierre Sassoulas2022-04-261-1/+1
* Remove explicit default values from overloads (#6447)Daniël van Noord2022-04-251-6/+6
* Add typing to methods of ``PyLinter``Daniël van Noord2022-04-181-2/+3
* Add last typing to ``pylint/utils`` (#6369)Daniël van Noord2022-04-183-12/+21
* Add remaining typing to ``pylint/utils``Daniël van Noord2022-04-171-10/+33
* Deprecate ``get_global_option``Daniël van Noord2022-04-151-23/+8
* Add some manual typing changes (#6325)Daniël van Noord2022-04-143-14/+7
* Add classifications to TODOs across codebaseDaniël van Noord2022-04-141-1/+1
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-1/+1
* Use ``python-typing-update`` on ``pylint/utils`` and ``message`` dirsDaniël van Noord2022-04-145-71/+71
* Remove last use of ``config`` in ``PyLinter``Daniël van Noord2022-04-121-0/+9
* Deprecate most methods of ``_ArgumentsProvider``Daniël van Noord2022-04-121-14/+21
* Deprecate ``generate_config`` (#6222)Daniël van Noord2022-04-071-2/+16
* Deprecate ``ignore-mixin-members`` + add ``ignored-checks-for-mixins``Daniël van Noord2022-04-041-1/+0
* Use the ``argparse`` config handler in ``imports.py``Daniël van Noord2022-04-021-1/+2
* Add typing to two utility functions (#6111)Daniël van Noord2022-04-021-2/+3
* Add basic typing to ``pylint/utils.py`` (#5977)Daniël van Noord2022-03-251-10/+8
* Create a ``TypeVar`` style for ``invalid-name`` (#5894)Daniël van Noord2022-03-241-0/+7
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-247-8/+8
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-247-39/+7
* Optimize handling of long lines for checkers like 'missing-final-newline' (#5...Sergey B Kirpichev2022-03-161-11/+12