fix(metadata): deprecate autopep8-wrapper

This commit is contained in:
Kevin James 2018-11-26 12:12:42 -08:00 committed by GitHub
parent 2dbaced650
commit 3eca2d07a5
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."
name: autopep8 wrapper (DEPRECATED, use pre-commit/mirrors-autopep8)
description: "Runs autopep8 over python source. If you configure additional arguments you'll want to at least include -i. (This is deprecated, use pre-commit/mirrors-autopep8)."
entry: autopep8-wrapper
language: python
types: [python]