chore(ci): skip fast mypy hook in workflow

This commit is contained in:
Ashwin Bharambe 2025-10-29 18:57:22 -07:00
parent 3659c121f9
commit 657697997b

View file

@ -55,7 +55,7 @@ jobs:
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
continue-on-error: true
env:
SKIP: no-commit-to-branch
SKIP: no-commit-to-branch,mypy
RUFF_OUTPUT_FORMAT: github
- name: Check pre-commit results