Skip to content

Bump hypothesis from 6.112.5 to 6.114.0 #2686

Bump hypothesis from 6.112.5 to 6.114.0

Bump hypothesis from 6.112.5 to 6.114.0 #2686

Workflow file for this run

name: wps
on:
pull_request:
branches:
- master
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: wemake-services/wemake-python-styleguide@master
with:
reporter: 'github-pr-review'
env:
GITHUB_TOKEN: ${{ secrets.github_token }}