Skip to content

Commit e32adb4

Browse files
authored
Merge pull request #343 from TheKevJames/patch-1
fix(metadata): deprecate `autopep8-wrapper`
2 parents 2dbaced + 1d70587 commit e32adb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- id: autopep8-wrapper
22
name: autopep8 wrapper
3-
description: "Runs autopep8 over python source. If you configure additional arguments you'll want to at least include -i."
3+
description: This is deprecated, use pre-commit/mirrors-autopep8 instead.
44
entry: autopep8-wrapper
55
language: python
66
types: [python]

0 commit comments

Comments
 (0)