Skip to content

build: Add mypy as a dependency #25

build: Add mypy as a dependency

build: Add mypy as a dependency #25

Workflow file for this run

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