Skip to content

chore(deps): bump numpy from 2.3.5 to 2.4.1 (#165) #1068

chore(deps): bump numpy from 2.3.5 to 2.4.1 (#165)

chore(deps): bump numpy from 2.3.5 to 2.4.1 (#165) #1068

Workflow file for this run

name: Pre-commit Hooks
permissions:
contents: read
on:
- push
- pull_request
jobs:
pre-commit:
name: Pre-commit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.12'
cache: 'pip'
- name: Install dependencies
run: pip install '.[dev]'
- uses: pre-commit/[email protected]