Merge pull request #454 from pre-commit/asottile-patch-1
Extend deprecation message to description
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index 666a245..cef47c8 100644
--- a/.pre-commit-hooks.yaml
+++ b/.pre-commit-hooks.yaml
@@ -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]