mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 04:34:16 +00:00
fix(metadata): deprecate autopep8-wrapper
This commit is contained in:
parent
2dbaced650
commit
3eca2d07a5
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
- id: autopep8-wrapper
|
- id: autopep8-wrapper
|
||||||
name: autopep8 wrapper
|
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."
|
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
|
entry: autopep8-wrapper
|
||||||
language: python
|
language: python
|
||||||
types: [python]
|
types: [python]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue