Skip to content

build(deps-dev): bump ruff from 0.8.5 to 0.8.6 in the dependencies group #406

build(deps-dev): bump ruff from 0.8.5 to 0.8.6 in the dependencies group

build(deps-dev): bump ruff from 0.8.5 to 0.8.6 in the dependencies group #406

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
with:
cache-dependency-glob: '**/poetry.lock'