From: Anthony Sottile Date: Wed, 4 Apr 2018 22:07:57 +0000 (-0700) Subject: Add a description for the pre-commit hook (#107) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/6dd16bf7ae4f57827c90bd4c44e50072977bbd0b?ds=sidebyside;pf=etc Add a description for the pre-commit hook (#107) This string appears on the hooks page on pre-commit.com. --- diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index e7b45ef..9c1b780 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,5 +1,6 @@ - id: black name: black + description: 'Black: The uncompromising Python code formatter' entry: black language: python language_version: python3.6