Skip to content

Add support for HGQ proxy model #1042

Add support for HGQ proxy model

Add support for HGQ proxy model #1042

Workflow file for this run

name: Run pre-commit
on:
pull_request:
branches: [ main ]
push:
branches: [ main ]
jobs:
pre-commit:
name: Format
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Pre-commit
uses: pre-commit/action@v3.0.1
with:
extra_args: --hook-stage manual --all-files