Skip to content

Update pypa/cibuildwheel from 2.22 to 3.2.1 (and others) #65

Update pypa/cibuildwheel from 2.22 to 3.2.1 (and others)

Update pypa/cibuildwheel from 2.22 to 3.2.1 (and others) #65

Workflow file for this run

name: Lint via pre-commit
on:
pull_request:
push:
branches-ignore:
- main
permissions:
contents: read
jobs:
pre-commit:
name: pre-commit-hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: "3.10"
- uses: pre-commit/[email protected]