Skip to content

Fix sphinx/build docs warning for cellular automata #12103

Fix sphinx/build docs warning for cellular automata

Fix sphinx/build docs warning for cellular automata #12103

Workflow file for this run

# https://beta.ruff.rs
name: ruff
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v4
- run: uvx ruff check --output-format=github .