summaryrefslogtreecommitdiff
path: root/pylint/utils/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-6/+11
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [deprecation] Make '_format-option-value' private and update TODOs (#8469)Pierre Sassoulas2023-03-201-1/+1
* Remove deprecated functions and classes (#8409)Daniël van Noord2023-03-091-83/+1
* Use stacklevel=2 in warnings.warn calls to DeprecationWarning where makes sen...Yilei "Dolee" Yang2022-09-151-0/+3
* 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-091-2/+2
* Some initial line wrapping of docstrings (#6672)Daniël van Noord2022-05-231-1/+3
* Make sure that --generate-rcfile generates a valid file (#6566)Daniël van Noord2022-05-101-1/+6
* Run development version of ``pydocstringformatter`` (#6469)Daniël van Noord2022-04-281-2/+2
* [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 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-141-11/+2
* 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-141-27/+28
* Remove last use of ``config`` in ``PyLinter``Daniël van Noord2022-04-121-0/+9
* 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
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-2/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-1/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-10/+10
* Add ``future=True`` to all ``NodeNG.frame`` calls (#5621)Daniël van Noord2022-01-101-2/+2
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-4/+4
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-1/+1
* Add configuration option ``exclude-too-few-public-methods`` (#5191)Mike Fiedler2021-10-261-1/+1
* Add ``mixin-class-rgx`` option (#5203)Daniël van Noord2021-10-251-1/+4
* Normalize input of ``ignore-paths`` for all path types (#5201)Daniël van Noord2021-10-241-1/+18
* Remove calls to ``os.linesep`` and add misc. typingDaniël van Noord2021-10-101-2/+3
* Fix empty regex options not converting to regexDaniël van Noord2021-09-291-3/+3
* Small py-version improvements (#5069)Marc Mueller2021-09-251-1/+1
* Remove `safe_decode()` and `deprecated_option()` from utils (#5046)Daniël van Noord2021-09-201-28/+0
* Add typing to most reference of ``stream``Daniël van Noord2021-09-131-6/+14
* Use overload to type get_global_option (#4978)Daniël van Noord2021-09-081-1/+88
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-9/+9
* Add extension check against use of while loops (#4860)Nick Drozd2021-08-181-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Add new extension TypingChecker (#4382)Marc Mueller2021-04-241-1/+3
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Formattinghippo912021-04-091-5/+4
* Revert "Refactor - Remove unused and untested code in utils"hippo912021-04-091-0/+18
* Move utils.expand_module in its own file in lintPierre Sassoulas2021-04-031-139/+0
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-0/+1
* Reduce 'blacklist' term for ignored filesPeter Kolbus2021-03-091-12/+12