Skip to content

Commit

Permalink
chore: add pre-commit hooks (#218)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacques Nadeau <[email protected]>
  • Loading branch information
jvanstraten and jacques-n authored Jun 3, 2022
1 parent 018da38 commit 0dd12f8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
repos:
- repo: https://github.com/nametake/pre-commit-buf
rev: v2.0.0
hooks:
- id: buf-lint
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.26.0
hooks:
- id: yamllint
args: [-c=.yamllint.yaml]

0 comments on commit 0dd12f8

Please sign in to comment.