Skip to content

Commit

Permalink
Disable autofix for pre-commit.ci. (conda#11188)
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez authored Feb 2, 2022
1 parent 35cd479 commit 98fb262
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# disable autofixing PRs, commenting "pre-commit.ci autofix" on a pull request triggers a autofix
ci:
autofix_prs: false
# generally speaking we ignore all vendored code as well as tests data
exclude: |
(?x)^(
Expand Down

0 comments on commit 98fb262

Please sign in to comment.