Skip to content

Use relative imports to simplify vendoring (#37) #47

Use relative imports to simplify vendoring (#37)

Use relative imports to simplify vendoring (#37) #47

Workflow file for this run

# Alternatively, consider using https://pre-commit.ci/
name: pre-commit checks
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
name: pre-commit-hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
persist-credentials: false
- uses: actions/setup-python@v6
with:
python-version: "3.13"
- uses: pre-commit/action@v3.0.1
env:
SKIP: "no-commit-to-branch"