diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index f9784082c..5ccddb241 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -10,7 +10,7 @@ jobs: uses: rickstaa/action-black@v1 id: action_black with: - black_args: ". --extend-exclude '/nc | /presets | /tests'" + black_args: ". --extend-exclude '/nc' --extend-exclude '/tests' --extend-exclude '/presets'" - name: Create Pull Request if: steps.action_black.outputs.is_formatted == 'true' uses: peter-evans/create-pull-request@v6