Merge pull request #343 from TheKevJames/patch-1

fix(metadata): deprecate `autopep8-wrapper`
This commit is contained in:
Anthony Sottile 2018-11-26 14:59:10 -08:00 committed by GitHub
commit e32adb413a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]