Add a skips for pre-commit.ci (#161)

pull/163/head
Bradley A. Thornton 2022-04-07 03:06:28 -07:00 committed by GitHub
parent 5eba64f8de
commit 29debd2be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

@ -1,4 +1,11 @@
--- ---
ci:
skip:
# pre-commit.ci has trouble with this one
- update-docs
- black
- end-of-file-fixer
- trailing-whitespace
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.1.0 rev: v3.1.0

View File

@ -0,0 +1,6 @@
---
trivial:
- Exempt update-docs from pre-commit.ci
- Disable black temporarily until it can be upgraded
- Disable end-of-file-fixer
- Disable trailing-whitespace