Fix formatting
All checks were successful
Build and deploy / Build container and manifests (push) Successful in 7m17s

This commit is contained in:
2025-03-22 03:01:38 +01:00
parent 4b6e843d5d
commit a117fcbba6
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