summaryrefslogtreecommitdiff
path: root/pylint/extensions/empty_comment.py
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-291-2/+2
* [pre-commit] Upgrade to black 23.1a1 with 2023's formatting (#7965)Pierre Sassoulas2022-12-271-2/+1
* [empty-comment] fix checker name in code and docs (#6996)Ville Skyttä2022-07-051-1/+1
* Add typing to several checkersDaniël van Noord2022-06-061-2/+2
* Subclass ``BaseRawFileChecker`` and ``BaseTokenChecker``Daniël van Noord2022-04-191-4/+2
* Use ``python-typing-update`` on ``pylint/extensions`` directory (#6308)Daniël van Noord2022-04-141-1/+3
* Remove the concept of checker priority (#6034)Daniël van Noord2022-04-011-1/+0
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-0/+4
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-2/+2
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-1/+6
* Type ``process_module`` and update argument namesDaniël van Noord2021-09-131-1/+3
* Changes after black updateMarc Mueller2021-04-261-2/+2
* empty-comment line number bug fixOr Bahari2021-01-031-1/+1
* Add empty-comment checker extensionOr2020-10-071-0/+56