Skip to content

chore(deepent_to_t4): fix type hints of input_bag_base #291

chore(deepent_to_t4): fix type hints of input_bag_base

chore(deepent_to_t4): fix type hints of input_bag_base #291

Workflow file for this run

name: pre-commit
on:
pull_request:
workflow_dispatch:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Python
uses: actions/setup-python@v3
- name: Run pre-commit
uses: pre-commit/[email protected]