Skip to content

Commit

Permalink
fix: install rip with homebrew on macos
Browse files Browse the repository at this point in the history
MacOS
  • Loading branch information
natelandau committed Nov 13, 2024
1 parent fa47b05 commit 15b2a29
Show file tree
Hide file tree
Showing 8 changed files with 125 additions and 5,957 deletions.
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ default_stages: [commit, manual]
fail_fast: true
repos:
- repo: "https://github.com/commitizen-tools/commitizen"
rev: v3.29.1
rev: v3.30.1
hooks:
- id: commitizen
- id: commitizen-branch
stages:
- post-commit
- push

- repo: "https://github.com/pre-commit/pre-commit-hooks"
rev: v5.0.0
hooks:
Expand All @@ -33,7 +34,7 @@ repos:
- id: trailing-whitespace

- repo: "https://github.com/crate-ci/typos"
rev: v1.26.0
rev: typos-dict-v0.11.35
hooks:
- id: typos

Expand Down
Loading

0 comments on commit 15b2a29

Please sign in to comment.