diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 10b2e0f7..36e2fe88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,3 +21,9 @@ repos: language: system name: Linting for lambda-rs & tools. types: [rust] + - id: clippy + entry: rustup run nightly cargo clippy --workspace --all-targets -- -D warnings + language: system + name: Clippy for lambda-rs & tools. + pass_filenames: false + types: [rust]