diff --git a/.github/workflows/codestyle_check.yml b/.github/workflows/codestyle_check.yml index 35060d7..29fe9a4 100644 --- a/.github/workflows/codestyle_check.yml +++ b/.github/workflows/codestyle_check.yml @@ -33,5 +33,5 @@ jobs: - name: Launching pre-commit uses: pre-commit/action@v3.0.1 - with: - extra_args: --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.sha }} + # with: + # extra_args: --from-ref ${{ github.event.pull_request.base.sha }} --to-ref ${{ github.sha }}