18 lines · yaml
1repos:2 - repo: https://github.com/keith/pre-commit-buildifier3 rev: 6.4.04 hooks:5 - id: buildifier6 - id: buildifier-lint7 - repo: https://github.com/pre-commit/mirrors-mypy8 rev: v1.8.09 hooks:10 - id: mypy11 types_or: [ python, pyi ]12 args: [ "--ignore-missing-imports", "--scripts-are-modules" ]13 - repo: https://github.com/astral-sh/ruff-pre-commit14 rev: v0.1.1315 hooks:16 - id: ruff17 args: [ --fix, --exit-non-zero-on-fix ]18 - id: ruff-format