Skip to content

Bump hypothesis from 6.148.1 to 6.150.0 in /.github/deps/latest #488

Bump hypothesis from 6.148.1 to 6.150.0 in /.github/deps/latest

Bump hypothesis from 6.148.1 to 6.150.0 in /.github/deps/latest #488

Workflow file for this run

name: Check static types
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: type-check-${{ github.ref }}
cancel-in-progress: true
env:
PYTHONUNBUFFERED: "1"
FORCE_COLOR: "1"
PIP_PROGRESS_BAR: "off"
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.10"
- name: Install packages
run: |
pip install --upgrade pip
pip install -e . --group tests
pip install -e . --group type-check
pip list
- name: Run mypy
run: mypy --show-traceback src/