Skip to content

Commit

Permalink
Try explicit language_version.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed May 22, 2024
1 parent f0d73a9 commit f46286a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ ci:
autoupdate_branch: 'trunk'
autofix_prs: false

default_language_version:
rust: 1.78.0

repos:
- repo: https://github.com/Young-Naive-Simple/pre-commit-rust/
rev: 3a8de64acc969112746489e5ec1f0b13e00d871e
hooks:
- id: fmt
language_version: 1.77.0
- id: cargo-check
language_version: 1.77.0
- id: clippy
language_version: 1.77.0
args:
- --all-targets
- --all-features
Expand Down

0 comments on commit f46286a

Please sign in to comment.