Skip to content

Fix mypy errors by not inspecting named_arrays for now since it doe… #24

Fix mypy errors by not inspecting named_arrays for now since it doe…

Fix mypy errors by not inspecting named_arrays for now since it doe… #24

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"