Skip to content

Adds utility for building the 'magnet surface' and shooting rays at it #16

Adds utility for building the 'magnet surface' and shooting rays at it

Adds utility for building the 'magnet surface' and shooting rays at it #16

Workflow file for this run

name: black
on: [push, pull_request, workflow_dispatch]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --verbose --line-length 79"