summaryrefslogtreecommitdiff
path: root/pylint/config/_pylint_config
Commit message (Expand)AuthorAgeFilesLines
* Drop support for Python 3.7 (#8609)Marc Mueller2023-04-241-6/+1
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-296-12/+12
* Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-081-5/+2
* [use-implicit-booleaness] Fix comparison to empty strings across the codebase...Pierre Sassoulas2022-11-071-1/+1
* Add ``minimal`` option to ``pylint-config`` (#7489)Daniël van Noord2022-09-192-4/+14
* Finish typing across the codebaseDaniël van Noord2022-09-091-2/+4
* Allow specifying an output file when generating a configuration file (#6662)Daniël van Noord2022-05-222-4/+58
* Add ``ParamSpec`` to decoratorDaniël van Noord2022-05-221-4/+10
* Make ``_generate_config_file`` return a stringDaniël van Noord2022-05-221-1/+1
* Retry user input if it is not correctDaniël van Noord2022-05-221-3/+32
* Add ``generate`` subparser to ``pylint-config``Daniël van Noord2022-05-214-0/+99
* Add setup and --help command to pylint-configDaniël van Noord2022-05-213-0/+118