# See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks exclude: '_pb2.pyi?$' repos: - repo: https://github.com/mtkennerly/pre-commit-hooks rev: v0.4.0 hooks: - id: poetry-ruff-check - id: poetry-mypy - repo: https://github.com/pycqa/isort rev: 6.1.0 hooks: - id: isort - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace args: [--markdown-linebreak-ext=md]