diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index aeee927..bfc6712 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -8,5 +8,5 @@ jobs: steps: - uses: actions/checkout@v4 - uses: psf/black@stable - with: - jupyter: true + with: + jupyter: true