summaryrefslogtreecommitdiff
path: root/pylint/utils
Commit message (Expand)AuthorAgeFilesLines
* Permit to lint to the end in case of crash on a file (#4810)Pierre Sassoulas2021-08-121-0/+2
* Add ``disable-next`` option (#4797)Daniël van Noord2021-08-051-1/+3
* Add new checkers ``use-list-literal`` and ``use-dict-literal`` (#4769)Daniël van Noord2021-07-291-1/+1
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-015-5/+5
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-1/+1
* Add new extension TypingChecker (#4382)Marc Mueller2021-04-241-1/+3
* Improve exception debugging (#4381)Marc Mueller2021-04-191-10/+18
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-115-5/+5
* Formattinghippo912021-04-091-5/+4
* diff_string is made publichippo912021-04-091-0/+2
* 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-032-143/+0
* Refactor from old style typing to new style typingPierre Sassoulas2021-03-311-1/+1
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-291-0/+1
* 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-092-14/+14
* Update copyright notice with copyritePierre Sassoulas2021-02-281-3/+1
* Fix benchmark test (#4138)Marc Mueller2021-02-231-1/+5
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-3/+3
* 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-212-8/+6
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Add __all__ in __init__.py so all import are usedPierre Sassoulas2020-09-221-0/+24
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-1/+1
* Sets up copyrighthippo912020-08-201-1/+2
* Support both isort 4 and isort 5Damien Baty2020-08-182-0/+37
* Chore: use https links (#3679)谭九鼎2020-06-111-1/+1
* Allow numbers in checker names. (#3667)Jeremy Fleischman2020-06-081-1/+1
* Fix a regression where messages with dash are not fully parsedClaudiu Popa2020-05-141-1/+1
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-031-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
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-4/+7
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-245-10/+1
* 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
* Add support for disabling line-too-long for multilines stringshippo912019-11-191-0/+134
* 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
* useless-suppression detection now ignores cyclic-import (#3071)Eric Froemling2019-08-221-3/+6
* [pylint.utils] pylint.utils.category_id used only oncePierre Sassoulas2019-08-062-9/+1
* Refactor - Clearer function name ('rest' -> 'rst') in utilsPierre Sassoulas2019-06-202-7/+7
* Refactor - Move utility function to utilsPierre Sassoulas2019-06-202-0/+27
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-223-11/+10
* Refactor - Remove unused and untested code in utilsPierre Sassoulas2019-03-292-19/+0
* Refactor - Move refactor.utils function to the utils packagePierre Sassoulas2019-03-292-0/+19
* Refactor - Merge normalize text in utils.pyPierre Sassoulas2019-03-293-17/+11
* Refactor - Remove circular import between utils and reporterPierre Sassoulas2019-03-292-80/+0