added documentation to hooks.yaml

This commit is contained in:
Kent Wills 2015-01-12 12:46:45 -05:00
parent b273a4486f
commit 98f5ee8c68

View file

@ -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$