From 165a5089655b7795ed446562d1401fc5f2f55eac Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Tue, 18 Feb 2020 10:30:47 -0800 Subject: [PATCH] Extend deprecation message to description This will make it show up on https://pre-commit.com/hooks.html --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]