Fix formatting

This commit is contained in:
2025-03-22 03:01:38 +01:00
parent b5342ab86a
commit 4308312a61
8 changed files with 30 additions and 28 deletions

View File

@@ -22,10 +22,12 @@ repos:
- id: fmt
name: fmt
description: Format files with cargo fmt.
entry: cargo fmt
entry: cargo +nightly fmt
language: system
types: [rust]
args: ["--", "--check"]
# For some reason some formatting is different depending on how you invoke?
pass_filenames: false
- id: clippy
name: clippy