Skip to content

Commit f543658

Browse files
authored
Merge pull request #358 from Labelbox/autoyapf
add yapf pre commit
2 parents 8da1dfb + 42f00b2 commit f543658

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
repos:
2+
- repo: https://github.com/google/yapf
3+
rev: v0.31.0
4+
hooks:
5+
- id: yapf
6+
name: "yapf"
7+
args: [-i, --style, google]

0 commit comments

Comments
 (0)