2 - repo: https://github.com/keith/pre-commit-buildifier
7 - repo: https://github.com/pre-commit/mirrors-mypy
11 types_or: [ python, pyi ]
12 args: [ "--ignore-missing-imports", "--scripts-are-modules" ]
13 - repo: https://github.com/astral-sh/ruff-pre-commit
17 args: [ --fix, --exit-non-zero-on-fix ]