Skip to content

Bump ruff from 0.6.9 to 0.7.2 #182

Bump ruff from 0.6.9 to 0.7.2

Bump ruff from 0.6.9 to 0.7.2 #182

Workflow file for this run

name: Test
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
cache: "pipenv"
- run: python -m pip install pipenv
- run: pipenv install
- run: make bootstrap
- run: make check
- run: make test