Skip to content
This repository was archived by the owner on Jul 12, 2026. It is now read-only.

fix(sudo): show single numbered hyperparameter table in interactive sudo set #1412

fix(sudo): show single numbered hyperparameter table in interactive sudo set

fix(sudo): show single numbered hyperparameter table in interactive sudo set #1412

Workflow file for this run

name: Ruff Formatter Check
concurrency:
group: ruff-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
ruff:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Ruff format check
uses: astral-sh/ruff-action@v4.0.0
with:
version: "0.15.12"
args: "format --diff"
src: "bittensor_cli tests"