1 2 3 4 5 6 7 8 9 10 11 12 13
repos: - repo: https://github.com/psf/black rev: 26.1.0 hooks: - id: black language_version: python3 - repo: https://github.com/doublify/pre-commit-rust rev: v1.0 hooks: - id: fmt - id: cargo-check args: ["--features", "all-formats"]