Skip to content

toolkit: Pass part number and revision in command line args. #46

toolkit: Pass part number and revision in command line args.

toolkit: Pass part number and revision in command line args. #46

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 .