mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 18:16:52 +00:00
added documentation to hooks.yaml
This commit is contained in:
parent
b273a4486f
commit
98f5ee8c68
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.
|
||||
description: "Runs autopep8 over python source. (You'll want args: [-i] when using this hook, see .pre-commit-config.yaml for an example.)"
|
||||
entry: autopep8-wrapper
|
||||
language: python
|
||||
files: \.py$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue