From 1d705879fd654ee2fcd9d0c938f8f7055dd486cb Mon Sep 17 00:00:00 2001 From: Kevin James Date: Mon, 26 Nov 2018 14:43:33 -0800 Subject: [PATCH] Update .pre-commit-hooks.yaml --- .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 83e5cb8..5157783 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -1,6 +1,6 @@ - id: autopep8-wrapper name: autopep8 wrapper - description: "This is deprecated, use pre-commit/mirrors-autopep8." + description: This is deprecated, use pre-commit/mirrors-autopep8 instead. entry: autopep8-wrapper language: python types: [python]