Skip to content

More updates to the Notes section of the documentation of `optika.sur… #59

More updates to the Notes section of the documentation of `optika.sur…

More updates to the Notes section of the documentation of `optika.sur… #59

Workflow file for this run

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