Add a skips for pre-commit.ci (#161)
parent
5eba64f8de
commit
29debd2be6
|
@ -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
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue