diff --git a/hooks.yaml b/hooks.yaml deleted file mode 100644 index 8c60d0d..0000000 --- a/hooks.yaml +++ /dev/null @@ -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