diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index c2f0e83ffa..0e3c488805 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -12,6 +12,5 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v3 - uses: pre-commit/action@v3.0.1 - continue-on-error: true with: extra_args: --color=always --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.event.pull_request.head.sha }}