Skip to content

chore(deps): bump numpy from 1.26.4 to 2.1.2 #962

chore(deps): bump numpy from 1.26.4 to 2.1.2

chore(deps): bump numpy from 1.26.4 to 2.1.2 #962

Workflow file for this run

# Run pre-commit on all files in the repository
name: pre-commit
on:
pull_request:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]
with:
extra_args: '--verbose --all-files'