Skip to content

Commit 3eca2d0

Browse files
authored
fix(metadata): deprecate autopep8-wrapper
1 parent 2dbaced commit 3eca2d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- id: autopep8-wrapper
2-
name: autopep8 wrapper
3-
description: "Runs autopep8 over python source. If you configure additional arguments you'll want to at least include -i."
2+
name: autopep8 wrapper (DEPRECATED, use pre-commit/mirrors-autopep8)
3+
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)."
44
entry: autopep8-wrapper
55
language: python
66
types: [python]

0 commit comments

Comments
 (0)