Skip to content

Bump mypy from 1.5.1 to 1.6.0 #466

Bump mypy from 1.5.1 to 1.6.0

Bump mypy from 1.5.1 to 1.6.0 #466

Workflow file for this run

name: Run linters
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.4.0
with:
pipenv-install-options: "--skip-lock"
mypy: true
black: true
ruff: true