Add autopep8-wrapper hook.

This commit is contained in:
Anthony Sottile 2014-08-22 11:00:43 -07:00
parent 0121199c0a
commit 86b1c9da8e
5 changed files with 62 additions and 0 deletions

View file

@ -1,3 +1,10 @@
- id: autopep8-wrapper
name: autopep8 wrapper
description: Runs autopep8 over python source.
entry: autopep8-wrapper
language: python
files: \.py$
args: [-i]
- id: check-json
name: Check JSON
description: This hook checks json files for parseable syntax.