This commit is contained in:
Tom Chang 2017-06-13 18:15:12 +08:00
parent 78818b90cd
commit 8b2066fb27
3 changed files with 32 additions and 0 deletions

View file

@ -1,3 +1,10 @@
- id: pep8-check
name: pep8 check
description: "demo"
entry: pep8-check
language: python
files: \.py$
args: [-i]
- 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."