Skip to content

131 move anisotropy and mary to a new experimentspy module #134

131 move anisotropy and mary to a new experimentspy module

131 move anisotropy and mary to a new experimentspy module #134

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: psf/black@stable
- uses: isort/isort-action@master
with:
requirementsFiles: "requirements.txt"