Skip to content

Fix mypy errors

Fix mypy errors #9

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- master
jobs:
format:
name: Check formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
- uses: isort/isort-action@master