fix(metadata): remove autopep8-wrapper

`autopep8-wrapper` was moved to `pre-commit/mirrors-autopep8` as of release v2.0.0.
This commit is contained in:
Kevin James 2018-11-26 11:44:03 -08:00 committed by GitHub
parent 2dbaced650
commit aec4d6e7ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,3 @@
- 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."
entry: autopep8-wrapper
language: python
types: [python]
args: [-i]
- id: check-added-large-files
name: Check for added large files
description: Prevent giant files from being committed