Skip to content

Update dependency mypy to v1.11.2 #417

Update dependency mypy to v1.11.2

Update dependency mypy to v1.11.2 #417

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "poetry"
- run: poetry install
- name: tox
run: |
poetry run tox