default_stages: [pre-commit] fail_fast: true repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace # Python import sorting - repo: https://github.com/pycqa/isort rev: 6.0.1 hooks: - id: isort # Python formatting (Using this mirror lets us use mypyc-compiled black, which is about 2x faster) - repo: https://github.com/psf/black-pre-commit-mirror rev: 25.1.0 hooks: - id: black