Skip to content

deps:(deps): bump iterpy from 1.6.0 to 1.9.1 #946

deps:(deps): bump iterpy from 1.6.0 to 1.9.1

deps:(deps): bump iterpy from 1.6.0 to 1.9.1 #946

# We do not include static_type_checks as a pre-commit hook because pre-commit hooks
# are installed in their own virtual environment, so static_type_checks cannot
# use stubs from imports
name: static_type_checks
on:
pull_request:
push:
branches: [main]
jobs:
static_type_checks:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v4
- name: Set up uv
shell: bash
run: curl -LsSf https://astral.sh/uv/0.4.0/install.sh | sh
- name: Set up Python
shell: bash
run: uv python install
- name: Run static type checks
shell: bash
run: make types