diff --git a/.github/workflows/pull_requests.yml b/.github/workflows/pull_requests.yml index a605deb9..0aed4807 100644 --- a/.github/workflows/pull_requests.yml +++ b/.github/workflows/pull_requests.yml @@ -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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9a5de8f8..d3d80b96 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/psf/black rev: 23.3.0