summaryrefslogtreecommitdiff
path: root/pylint/utils/docs.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove all old code related to ``optparse`` config parsing. (#8405)Daniël van Noord2023-03-081-22/+15
| | | | | * Remove all old config parsing code * Temporarily disable a test
* Remove redundant options documentation and improve formatting (#6665)Daniël van Noord2022-06-061-5/+15
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* [refactor] Create a function to get the main checker documentationPierre Sassoulas2022-05-241-15/+19
|
* [doc] Remove trailing line feeds in generated RSTsPierre Sassoulas2022-05-241-1/+1
|
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-101-1/+1
| | | Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
* Add typing to methods of ``PyLinter``Daniël van Noord2022-04-181-2/+3
|
* Add last typing to ``pylint/utils`` (#6369)Daniël van Noord2022-04-181-3/+3
|
* Use ``python-typing-update`` on ``pylint/utils`` and ``message`` dirsDaniël van Noord2022-04-141-5/+7
|
* Deprecate most methods of ``_ArgumentsProvider``Daniël van Noord2022-04-121-14/+21
|
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+2
| | | | | Fix the existing file so they have a notice. No header for setup.py or examples or doc
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
| | | | | | git is the source of truth for the copyright, copyrite (the tool) was taking exponentially longer with each release, and it's polluting the code with sometime as much as 50 lines of names.
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-4/+4
|
* Move docs helper functions out of ``MessagesHandlerMixIn``Daniël van Noord2021-10-071-0/+77