Skip to content

Merge branch 'main' into pre-commit-ci-update-config #670

Merge branch 'main' into pre-commit-ci-update-config

Merge branch 'main' into pre-commit-ci-update-config #670

Workflow file for this run

name: typeguard
# TODO: enable this once typeguard=4 is released and issues are fixed.
# on:
# - push
jobs:
typeguard:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Test with nox
run: uv run --group nox nox -e pytest_typeguard