1 2 3 4 5 6 7 8 9 10 11 12
repos: - repo: https://github.com/crate-ci/typos rev: v1.16.23 hooks: - id: typos args: [] - repo: https://github.com/doublify/pre-commit-rust rev: v1.0 hooks: - id: fmt args: ["--all", "--", "--check"] - id: cargo-check