Skip to content

tools: Pass device part number and rev as args. #38

tools: Pass device part number and rev as args.

tools: Pass device part number and rev as args. #38

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 .