Add a description for the pre-commit hook (#107)

This string appears on the hooks page on pre-commit.com.
This commit is contained in:
Anthony Sottile 2018-04-04 15:07:57 -07:00 committed by Łukasz Langa
parent 51b3b2624d
commit 6dd16bf7ae

View File

@ -1,5 +1,6 @@
- id: black - id: black
name: black name: black
description: 'Black: The uncompromising Python code formatter'
entry: black entry: black
language: python language: python
language_version: python3.6 language_version: python3.6