Skip to content

Commit

Permalink
initial pre-commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroch-rivosinc committed Dec 2, 2024
1 parent db49639 commit 1564c95
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
exclude: ^docs/ruby/ # All generated code

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: check-symlinks
- id: end-of-file-fixer
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]

0 comments on commit 1564c95

Please sign in to comment.