mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +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
|
||||
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
|
||||
language: python
|
||||
types: [python]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue