Skip to content

toolkit/app-gen-toc.py: Use toolkit's config dir by default. #1

toolkit/app-gen-toc.py: Use toolkit's config dir by default.

toolkit/app-gen-toc.py: Use toolkit's config dir by default. #1

Workflow file for this run

name: Python code formatting with ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pipx install ruff==0.9.6
- run: ruff format --diff .