From 6dd16bf7ae4f57827c90bd4c44e50072977bbd0b Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Wed, 4 Apr 2018 15:07:57 -0700 Subject: [PATCH] Add a description for the pre-commit hook (#107) This string appears on the hooks page on pre-commit.com. --- .pre-commit-hooks.yaml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2