Extend deprecation message to description

This will make it show up on https://pre-commit.com/hooks.html
This commit is contained in:
Anthony Sottile 2020-02-18 10:30:47 -08:00 committed by GitHub
parent 49c8f698d3
commit 165a508965
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@
types: [python]
- id: flake8
name: Flake8 (deprecated, use gitlab.com/pycqa/flake8)
description: This hook runs flake8.
description: This hook runs flake8. (deprecated, use gitlab.com/pycqa/flake8)
entry: flake8
language: python
types: [python]