Skip to content

chore(deps)(deps): bump the python-dependencies group with 4 updates #34

chore(deps)(deps): bump the python-dependencies group with 4 updates

chore(deps)(deps): bump the python-dependencies group with 4 updates #34

Workflow file for this run

# This file is part of the jebel-quant/rhiza repository
# (https://github.com/jebel-quant/rhiza).
#
# Workflow: Mypy
#
# Purpose: Run static type checking with mypy in strict mode to ensure
# type safety across the codebase.
#
# Trigger: On push and pull requests to main/master branches.
name: "(RHIZA) MYPY"
permissions:
contents: read
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
mypy:
name: Static type checking with mypy
runs-on: ubuntu-latest
container:
image: ghcr.io/astral-sh/uv:0.9.28-python3.12-trixie
steps:
- uses: actions/checkout@v6
# to brutal for now
# - name: Run mypy
# run: make -f .rhiza/rhiza.mk mypy