Skip to content

Modified furst_optics.feed_optics.FeedOptic to be a generic class. … #90

Modified furst_optics.feed_optics.FeedOptic to be a generic class. …

Modified furst_optics.feed_optics.FeedOptic to be a generic class. … #90

Workflow file for this run

name: Black
on:
push:
branches:
- main
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --diff"
src: "./furst_optics"