summaryrefslogtreecommitdiff
path: root/pylint/config/man_help_formatter.py
Commit message (Expand)AuthorAgeFilesLines
* Remove broken ``generate-man`` option (#6126)Daniël van Noord2022-04-021-121/+0
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-0/+1
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* Add missing method to ``_ManHelpFormatter`` (#5577)Pierre Sassoulas2021-12-211-1/+4
* [pre-commit.ci] pre-commit autoupdate (#5082)pre-commit-ci[bot]2021-09-281-3/+1
* Add typing to most reference of ``stream``Daniël van Noord2021-09-131-0/+1
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-2/+5
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pyupgrade from 2.16.0 to 2.18.1 (#4496)dependabot[bot]2021-05-241-1/+1
* Moved stdlib module deprecation from imports checker to stdlib checker (#4454)Matus Valo2021-05-101-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Migrate from % syntax or bad format() syntax to fstringPierre Sassoulas2021-02-211-48/+24
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-15/+15
* Fix all E741 ambiguous variable name 'l'Pierre Sassoulas2021-02-151-1/+1
* Create a file for ManPageFormatterPierre Sassoulas2020-05-031-0/+139