We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8da1dfb + 42f00b2 commit f543658Copy full SHA for f543658
.pre-commit-config.yaml
@@ -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