This commit is contained in:
Tom Chang 2017-06-13 18:21:24 +08:00
parent 8b2066fb27
commit e4dbcd549b
3 changed files with 14 additions and 29 deletions

View file

@ -8,7 +8,7 @@
- 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."
entry: autopep8-wrapper
entry: autopep8-wrapper
language: python
files: \.py$
args: [-i]