-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pre-commit.ci: Disable autofixing PRs * Remove pre-commit action from GHA PR workflow (cherry picked from commit 08c4bb8)
- Loading branch information
1 parent
bca86f7
commit 78a8c53
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
|
||
- name: Test Nailgun Coverage | ||
run: | | ||
make test-coverage | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters