summaryrefslogtreecommitdiff
path: root/pylint/utils/utils.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support both isort 4 and isort 5Damien Baty2020-08-181-0/+35
* Chore: use https links (#3679)谭九鼎2020-06-111-1/+1
* Allow linting directories without `__init__.py`Claudiu Popa2020-05-021-1/+1
* Allow package files to be properly discovered with multiple jobsClaudiu Popa2020-05-021-4/+5
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-2/+0
* Pass an additional search path to modutils.modpath_from_file and friendsClaudiu Popa2020-03-121-3/+14
* Move _get_python_path in utils to be accessible by that file as wellClaudiu Popa2020-03-121-0/+14
* Replace individual member imports with `os` in utils fileClaudiu Popa2020-03-121-18/+21
* Removed duplicates of code, changed default to common default valueMikhail Fesenko2019-10-031-4/+6
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-2/+0
* [pylint.utils] pylint.utils.category_id used only oncePierre Sassoulas2019-08-061-8/+1
* Refactor - Clearer function name ('rest' -> 'rst') in utilsPierre Sassoulas2019-06-201-5/+5
* Refactor - Move utility function to utilsPierre Sassoulas2019-06-201-0/+25
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-221-2/+2
* Refactor - Remove unused and untested code in utilsPierre Sassoulas2019-03-291-18/+0
* Refactor - Move refactor.utils function to the utils packagePierre Sassoulas2019-03-291-0/+18
* Refactor - Merge normalize text in utils.pyPierre Sassoulas2019-03-291-1/+10
* Refactor - Avoid intra-packages circular dependencies for constantsPierre Sassoulas2019-03-291-2/+1
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-1/+2
* Refactor - Rename _ini_format_section directly to format_sectionPierre Sassoulas2019-03-091-4/+1
* Refactor - Create a pylint.message packagePierre Sassoulas2019-03-091-29/+2
* Refactor - Move _rest_format_section in message_handler_mix_in.pyPierre Sassoulas2019-03-091-19/+0
* Fix - C0412: Imports from package os are not groupedPierre Sassoulas2019-03-091-6/+5
* Refactor - Create a file for each class in utilsPierre Sassoulas2019-03-091-840/+12
* Refactor - Create a file for the MessageStore classPierre Sassoulas2019-03-091-243/+0
* Chore - Move content from __init__.py to utils.pyPierre Sassoulas2019-03-091-0/+1467