Open source check-indent to auto-yelpdent.

This commit is contained in:
William Ting 2016-04-29 15:51:32 -07:00 committed by William Ting
parent 35548254ad
commit 7f9dde14f0
9 changed files with 451 additions and 2 deletions

View file

@ -1,3 +1,9 @@
- id: auto-indent
name: Check and fix indentation
language: python
entry: auto-indent
description: "Checks and fixes indentation of things like parameters and arguments."
files: \.py$
- id: autopep8-wrapper
name: autopep8 wrapper
description: "Runs autopep8 over python source. If you configure additional arguments you'll want to at least include -i."