This commit is contained in:
William Ting 2017-07-05 19:30:03 +00:00 committed by GitHub
commit 2e63227bc1
9 changed files with 450 additions and 3 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
language: system
name: upgrade-your-pre-commit-version