Skip to content

Bump numpy from 1.26.4 to 2.2.0 #173

Bump numpy from 1.26.4 to 2.2.0

Bump numpy from 1.26.4 to 2.2.0 #173

Workflow file for this run

name: Run Black formatter
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose"
src: "./src"
jupyter: false