We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f1718 commit 8a93600Copy full SHA for 8a93600
.pre-commit-config.yaml
@@ -1,4 +1,15 @@
1
repos:
2
+ - repo: https://github.com/pre-commit/pre-commit-hooks
3
+ rev: v4.4.0
4
+ hooks:
5
+ - id: trailing-whitespace
6
+ exclude_types: [markdown]
7
+ exclude: LICENSE|def.proto
8
+ - id: end-of-file-fixer
9
10
+ - id: check-yaml
11
+ - id: check-added-large-files
12
+
13
- repo: https://github.com/tekwizely/pre-commit-golang
14
rev: v1.0.0-rc.1
15
hooks:
binary/proto/extract/.gitignore
@@ -1,3 +1,3 @@
node_modules
.DS_Store
-WAProto.proto
+WAProto.proto
0 commit comments