Skip to content

chore: introduce black for code format #1

chore: introduce black for code format

chore: introduce black for code format #1

Workflow file for this run

name: "Format code"
on:
push:
branches:
- 'release-*'
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable