Skip to content

Update grappa_interface.py to make it comatible with grappa-1.0.0 #11

Update grappa_interface.py to make it comatible with grappa-1.0.0

Update grappa_interface.py to make it comatible with grappa-1.0.0 #11

Workflow file for this run

name: lint
on:
pull_request:
branches: [ main ]
jobs:
lint:
if: "!startsWith(github.head_ref, 'release-please-')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable