Skip to content

Commit

Permalink
Disable local jobs in pre-commit.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Feb 1, 2024
1 parent 3519e0f commit 7c7803e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---

# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
ci:
skip:
- cargo-check
- rustfmt
- clippy

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
Expand Down

0 comments on commit 7c7803e

Please sign in to comment.