Skip to content

Bump mypy from 1.14.1 to 1.15.0 #730

Bump mypy from 1.14.1 to 1.15.0

Bump mypy from 1.14.1 to 1.15.0 #730

Workflow file for this run

name: Lint with Black
on:
push:
branches: main
pull_request:
branches: "*"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
version: "22.8.0"