mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 11:36:54 +00:00
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:
parent
2dbaced650
commit
aec4d6e7ae
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue