Skip to content

Bump mypy from 1.6.1 to 1.7.0 #266

Bump mypy from 1.6.1 to 1.7.0

Bump mypy from 1.6.1 to 1.7.0 #266

Workflow file for this run

name: Run linters
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
uses: fizyk/actions-reuse/.github/workflows/linters-python.yml@v2.4.2
with:
mypy: true
ruff: true
black: true