Skip to content

Minor docstring formatting fixes, refactor input argument validation, and fix bug when tracing in +/-1 direction #63

Minor docstring formatting fixes, refactor input argument validation, and fix bug when tracing in +/-1 direction

Minor docstring formatting fixes, refactor input argument validation, and fix bug when tracing in +/-1 direction #63

Workflow file for this run

name: pre-commit
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()