Skip to content

update formatter to use official black formatter #1457

update formatter to use official black formatter

update formatter to use official black formatter #1457

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./services/engine
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
- uses: psf/black@stable