Skip to content

Bump ruff from 0.9.4 to 0.9.5 #149

Bump ruff from 0.9.4 to 0.9.5

Bump ruff from 0.9.4 to 0.9.5 #149

Workflow file for this run

name: Code Quality
on:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Code Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: poetry
- run: make
- run: make check
- run: make mypy