Skip to content

Commit

Permalink
Remove pre-commit GitHub Action from our CI/CQ (#14717)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4f5c857)
  • Loading branch information
ogajduse committed Apr 10, 2024
1 parent ff78bb1 commit f9857d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ jobs:
cp broker_settings.yaml.example broker_settings.yaml
cp .env.example .env
- name: Pre Commit Checks
uses: pre-commit/[email protected]

- name: Collect Tests
run: |
# To skip vault login in pull request checks
Expand Down
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f9857d1

Please sign in to comment.