diff --git a/.github/workflows/autoblack.yml b/.github/workflows/autoblack.yml index fa02d94d..10d2ea26 100644 --- a/.github/workflows/autoblack.yml +++ b/.github/workflows/autoblack.yml @@ -11,6 +11,7 @@ jobs: id: action_black with: black_args: "." + continue-on-error: true - name: Create Pull Request if: steps.action_black.outputs.is_formatted == 'true' uses: peter-evans/create-pull-request@v3