Skip to content

feat: LSDV-5479: add blue to build and pre commit #24

feat: LSDV-5479: add blue to build and pre commit

feat: LSDV-5479: add blue to build and pre commit #24

Workflow file for this run

name: Blue
on: [ pull_request ]
jobs:
blue:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit/action@v3.0.0
with:
extra_args: blue --all-files --hook-stage pre-push