# Quality gate for V4.6 [HIGH-06]. Both hooks are blocking: a regression in # `ruff check` or `ty check` fails the commit. repos: - repo: local hooks: - id: ruff name: ruff check entry: ruff check language: system types_or: [python, pyi] require_serial: true - id: ty name: ty check entry: ty check language: system types_or: [python, pyi] pass_filenames: false require_serial: true