Update .pre-commit-hooks.yaml
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]