Skip to content

docs: update all doc strings to numpy style #8

docs: update all doc strings to numpy style

docs: update all doc strings to numpy style #8

Workflow file for this run

name: run pre-commit hooks
on: [push]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/action@v3.0.1