Skip to content

Commit

Permalink
enabled the precommit-ci and remove pre-commit GH action (#1016) (#1021)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7740de4)

Co-authored-by: Omkar Khatavkar <[email protected]>
  • Loading branch information
Satellite-QE and omkarkhatavkar authored Nov 1, 2023
1 parent c40df72 commit 1661e2b
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 @@ -30,9 +30,6 @@ jobs:
pip install -U pip
pip install -U -r requirements.txt -r requirements-optional.txt
- name: Pre Commit Checks
uses: pre-commit/[email protected]

- name: Analysis (git diff)
if: failure()
run: git diff
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/psf/black
rev: 23.3.0
Expand Down

0 comments on commit 1661e2b

Please sign in to comment.