Skip to content

Commit

Permalink
fix: during CI, skip the hook that needs cargo
Browse files Browse the repository at this point in the history
Signed-off-by: Bryant Finney <[email protected]>
  • Loading branch information
bryant-finney committed Sep 9, 2024
1 parent 2234685 commit adf10cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ default_stages: [commit, manual]
fail_fast: false
ci:
skip:
- cargo-fmt
- check-poetry-lock
- pyright
- shellcheck
- poetry-check
Expand Down

0 comments on commit adf10cd

Please sign in to comment.