Skip to content

Add the basic parity tensor class and its arithmetic operators. #18

Add the basic parity tensor class and its arithmetic operators.

Add the basic parity tensor class and its arithmetic operators. #18

Workflow file for this run

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