summaryrefslogtreecommitdiff
path: root/pylint/utils/utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix benchmark test (#4138)Marc Mueller2021-02-231-1/+5
* Migrate from % syntax or bad format() syntax to fstringPierre Sassoulas2021-02-211-1/+1
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-6/+4
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-1/+1