Merge pull request #341 from gimbo/improvement/mix-line-endings-reporting

Report failing filenames when --fix=no in mixed-line-endings
diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml
index 5d2d272..5157783 100644
--- a/.pre-commit-hooks.yaml
+++ b/.pre-commit-hooks.yaml
@@ -1,6 +1,6 @@
 -   id: autopep8-wrapper
     name: autopep8 wrapper
-    description: "Runs autopep8 over python source.  If you configure additional arguments you'll want to at least include -i."
+    description: This is deprecated, use pre-commit/mirrors-autopep8 instead.
     entry: autopep8-wrapper
     language: python
     types: [python]