Skip to content

Bump version from 0.9.8 to 0.9.9 #903

Bump version from 0.9.8 to 0.9.9

Bump version from 0.9.8 to 0.9.9 #903

Workflow file for this run

name: Lint with Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install Ruff
run: pip install ruff
- name: Run Ruff
run: ruff check . --fix