Skip to content

Add PEP 561 py.typed marker to palace-util #17890

Add PEP 561 py.typed marker to palace-util

Add PEP 561 py.typed marker to palace-util #17890

Workflow file for this run

name: Mypy (Type check)
on: [push, pull_request]
env:
PYTHON_VERSION: "3.12"
jobs:
mypy:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v8.0.0
with:
enable-cache: true
cache-dependency-glob: uv.lock
python-version: ${{ env.PYTHON_VERSION }}
activate-environment: true
- name: Install Python Packages 📦
run: uv sync --frozen --no-group ci
- name: Run MyPy 🪄
run: mypy