default_language_version: python: python3.9 repos: - repo: meta hooks: - id: check-hooks-apply - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: check-ast - id: check-builtin-literals - id: check-docstring-first - id: check-yaml - id: debug-statements - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.13.0 hooks: - id: mypy additional_dependencies: - types-requests - types-PyYAML - types-toml - repo: https://github.com/asottile/dead rev: v1.5.2 hooks: - id: dead - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.8.0 hooks: - id: ruff args: - --fix - --unsafe-fixes - id: ruff-format - repo: https://github.com/crate-ci/typos rev: typos-dict-v0.11.35 hooks: - id: typos