Skip to content

Commit

Permalink
Merge pull request #6715 from dcampbell24/main
Browse files Browse the repository at this point in the history
Change the git pre-commit actions to work on stable.
  • Loading branch information
sylvestre committed Sep 19, 2024
2 parents b4383f9 + e8bb8df commit f75d688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ repos:
- id: rust-linting
name: Rust linting
description: Run cargo fmt on files included in the commit.
entry: cargo +nightly fmt --
entry: cargo fmt --
pass_filenames: true
types: [file, rust]
language: system
- id: rust-clippy
name: Rust clippy
description: Run cargo clippy on files included in the commit.
entry: cargo +nightly clippy --workspace --all-targets --all-features --
entry: cargo clippy --workspace --all-targets --all-features --
pass_filenames: false
types: [file, rust]
language: system

0 comments on commit f75d688

Please sign in to comment.