diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 0ffe38d..916af54 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -5,6 +5,7 @@ language: system types: [rust] args: ["--"] + pass_filenames: false - id: cargo-check name: cargo check description: Check the package for errors.