repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. rev: v0.6.9 hooks: # Run the linter. - id: ruff types_or: [python, pyi] args: [--fix] # Run the formatter. - id: ruff-format types_or: [python, pyi] - repo: https://github.com/crate-ci/typos rev: v1.26.0 hooks: - id: typos