repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: check-ast - id: check-case-conflict - id: check-json exclude: ^ui/tsconfig.*\.json$ - id: check-toml - id: check-yaml - id: fix-byte-order-marker - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.1.6 hooks: - id: ruff args: [ --fix ] - id: ruff-format - repo: https://github.com/doublify/pre-commit-rust rev: v1.0 hooks: - id: fmt args: ["--manifest-path", "src-tauri/Cargo.toml"] - id: clippy args: ["--manifest-path", "src-tauri/Cargo.toml", "--fix", "--allow-dirty"]