Skip to content

chore(deps): bump pydata-sphinx-theme from 0.16.1 to 0.17.0 #959

chore(deps): bump pydata-sphinx-theme from 0.16.1 to 0.17.0

chore(deps): bump pydata-sphinx-theme from 0.16.1 to 0.17.0 #959

Workflow file for this run

name: Ruff lint
on: [ push, pull_request ]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
- run: ruff check --fix
- run: ruff format