Skip to content

Commit

Permalink
Benchmarks: Skip pre-commit hook on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia committed Jun 20, 2024
1 parent de2c0a3 commit d6e5366
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ default_language_version:
minimum_pre_commit_version: '2.20.0'

ci:
skip: [
fmt, # cargo not installed on CI
clippy # cargo not installed on CI
]
autoupdate_branch: 'pre-commit/autoupdate'
autoupdate_schedule: quarterly

Expand Down

0 comments on commit d6e5366

Please sign in to comment.