1 2 3 4 5 6 7 8 9 10 11 12
--- repos: - repo: https://github.com/doublify/pre-commit-rust rev: v1.0 hooks: - id: fmt - id: cargo-check - id: clippy - repo: https://github.com/codespell-project/codespell rev: v2.2.4 hooks: - id: codespell