black/.pre-commit-hooks.yaml
Anthony Sottile 6dd16bf7ae Add a description for the pre-commit hook (#107)
This string appears on the hooks page on pre-commit.com.
2018-04-04 15:07:57 -07:00

8 lines
187 B
YAML

- id: black
name: black
description: 'Black: The uncompromising Python code formatter'
entry: black
language: python
language_version: python3.6
types: [python]