Skip to content

Bump mypy from 1.4.1 to 1.5.0 #350

Bump mypy from 1.4.1 to 1.5.0

Bump mypy from 1.4.1 to 1.5.0 #350

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
uses: fizyk/actions-reuse/.github/workflows/tests-pytests.yml@v2.2.1
with:
python-versions: '["3.8", "3.9", "3.10", "3.11"]'
pipenv-install-options: --skip-lock
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}