Skip to content

Add 'hatch-vcs' to build-system requirements in pyproject.toml #36

Add 'hatch-vcs' to build-system requirements in pyproject.toml

Add 'hatch-vcs' to build-system requirements in pyproject.toml #36

Workflow file for this run

name: Typecheck
on:
push:
branches: ["main", "devel"]
pull_request:
branches: ["main", "devel"]
jobs:
typecheck:
name: Mypy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
python-version: "3.11"
- name: Install dependencies
run: uv sync --extra dev
- name: Run type checker
run: uv run mypy cfetree tests