Skip to content

Merge pull request #107 from vil02/renovate/ruff-0.x #244

Merge pull request #107 from vil02/renovate/ruff-0.x

Merge pull request #107 from vil02/renovate/ruff-0.x #244

Workflow file for this run

---
name: black_format
'on':
workflow_dispatch:
push:
branches:
- main
pull_request:
jobs:
black_format:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: psf/black@24.10.0
with:
options: "--check --verbose"