Skip to content

chore: migrate from isort to ruff #70

chore: migrate from isort to ruff

chore: migrate from isort to ruff #70

Workflow file for this run

name: Format
on:
push:
paths:
- .github/workflows/formatter.yml
- pyproject.toml
- poetry.lock
- '**.py'
permissions:
contents: write
jobs:
format:
uses: winstxnhdw/actions/.github/workflows/format-python.yml@main