Skip to content

Bump tox from 4.52.0 to 4.52.1 #17886

Bump tox from 4.52.0 to 4.52.1

Bump tox from 4.52.0 to 4.52.1 #17886

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