Skip to content

Commit

Permalink
Add yapf to list of hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
yorinasub17 committed Jan 3, 2019
1 parent 7bc906d commit 3557e5b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,11 @@
language: script
files: \.go$
exclude: vendor\/.*$

- id: yapf
name: yapf
description: yapf (Yet Another Python Formatter) is a python formatter from Google.
entry: hooks/yapf.sh
language: script
files: \.py$
exclude: __pycache__\/.*$

0 comments on commit 3557e5b

Please sign in to comment.