Skip to content

build(deps-dev): bump hypothesis from 6.119.4 to 6.123.16 #415

build(deps-dev): bump hypothesis from 6.119.4 to 6.123.16

build(deps-dev): bump hypothesis from 6.119.4 to 6.123.16 #415

Workflow file for this run

name: pre-commit
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: install extras for mypy
run: |
pip install ".[redis,diskcache,speedup,dill,lint]"
- uses: pre-commit/action@v3.0.1