summaryrefslogtreecommitdiff
path: root/pylint/config/option.py
Commit message (Expand)AuthorAgeFilesLines
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-171-1/+1
* Make y/n validator case insensitive (#5294)Tushar Sadhwani2021-11-121-0/+2
* Normalize input of ``ignore-paths`` for all path types (#5201)Daniël van Noord2021-10-241-0/+18
* Fix empty regex options not converting to regexDaniël van Noord2021-09-291-1/+1
* [pre-commit.ci] pre-commit autoupdate (#5082)pre-commit-ci[bot]2021-09-281-1/+1
* Small py-version improvements (#5069)Marc Mueller2021-09-251-1/+3
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-2/+3
* Allow true / false in pylintrc (#4844)Marc Mueller2021-08-141-3/+3
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Moved stdlib module deprecation from imports checker to stdlib checker (#4454)Matus Valo2021-05-101-1/+1
* Add new extension TypingChecker (#4382)Marc Mueller2021-04-241-0/+12
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
* Make fail under a floatPieter Engelbrecht2020-07-121-0/+1
* Fix exception causes all over the codebaseRam Rachum2020-06-141-2/+2
* Creating a file for option and helper functionsPierre Sassoulas2020-05-031-0/+163