Delete hooks.yaml

This commit is contained in:
Evie Litherland-Smith 2024-01-01 11:57:17 +00:00
parent d34174a339
commit f36cc0cef4

View file

@ -1,21 +0,0 @@
- id: fmt
name: fmt
description: Format files with cargo fmt.
entry: cargo fmt --
language: system
files: \.rs$
args: []
- id: cargo-check
name: cargo check
description: Check the package for errors.
entry: cargo check
language: system
files: \.rs$
pass_filenames: false
- id: cargo-clippy
name: cargo clippy
description: Run the Clippy linter on the package.
entry: cargo clippy -- -D warnings
language: system
files: \.rs$
pass_filenames: false