Skip to content

Adjust bounds in bisecting tests #219

Adjust bounds in bisecting tests

Adjust bounds in bisecting tests #219

Workflow file for this run

name: Black
on: push
jobs:
black:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: psf/black@stable
with:
black_args: ". --check"
version: "22.3.0"