diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 3580cf23a3f..fa46d2f5066 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -41,9 +41,6 @@ jobs: cp broker_settings.yaml.example broker_settings.yaml cp .env.example .env - - name: Pre Commit Checks - uses: pre-commit/action@v3.0.0 - - name: Collect Tests run: | # To skip vault login in pull request checks diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c86df504763..8e812771910 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,8 @@ # configuration for pre-commit git hooks +ci: + autofix_prs: false # disable autofixing PRs + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0