From deede1d602aa2cb58dfcf9b68a293efa3552bad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Gajdu=C5=A1ek?= Date: Wed, 10 Apr 2024 14:50:45 +0200 Subject: [PATCH] Remove pre-commit GitHub Action from our CI/CQ (#14717) (cherry picked from commit 4f5c857c73f5815d83f178f1f18a28bcce8de60d) --- .github/workflows/pull_request.yml | 3 --- .pre-commit-config.yaml | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) 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 3cc02263f06..c93c0b50203 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