Skip to content

Commit

Permalink
Remove pre-commit GH action (#997)
Browse files Browse the repository at this point in the history
* pre-commit.ci: Disable autofixing PRs

* Remove pre-commit action from GHA PR workflow

(cherry picked from commit 08c4bb8)
  • Loading branch information
ogajduse authored and web-flow committed Sep 19, 2023
1 parent d6bb695 commit 86de84d
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_requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ jobs:
pip install --compile --no-cache-dir pycurl
pip install -U -r requirements.txt -r requirements-dev.txt --no-cache-dir
- name: Pre Commit Checks
uses: pre-commit/action@v2.0.0

- name: Test Nailgun Coverage
run: |
make test-coverage
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 86de84d

Please sign in to comment.