Skip to content

Commit

Permalink
add rubocop pre-commit hook config
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroch-rivosinc committed Jan 10, 2025
1 parent 9f0f7bd commit 1a856eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,8 @@ repos:
rev: v3.19.1
hooks:
- id: pyupgrade

- repo: https://github.com/rubocop/rubocop
rev: v1.70.0
hooks:
- id: rubocop

0 comments on commit 1a856eb

Please sign in to comment.