Skip to content

chore: Bump version to 0.1.1 in pyproject.toml #122

chore: Bump version to 0.1.1 in pyproject.toml

chore: Bump version to 0.1.1 in pyproject.toml #122

Workflow file for this run

name: Python mypy
on: [push, pull_request]
jobs:
static-analysis:
name: Python mypy
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v5
- name: Setup checkout
uses: actions/checkout@v4
- name: mypy
run: |
pip install .
pip install --upgrade mypy
mypy src/cellmap_models