diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 050d43e8..2f10ca45 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Black - continue-on-error: true - uses: psf/black@stable - with: - options: '--check --line-length=120"' + continue-on-error: true + uses: psf/black@stable + with: + options: '--check --line-length=120"'