mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 20:44:18 +00:00
Merge pull request #343 from TheKevJames/patch-1
fix(metadata): deprecate `autopep8-wrapper`
This commit is contained in:
commit
e32adb413a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
- id: autopep8-wrapper
|
- id: autopep8-wrapper
|
||||||
name: 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
|
entry: autopep8-wrapper
|
||||||
language: python
|
language: python
|
||||||
types: [python]
|
types: [python]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue