Merge branch 'main' into consolidate

pull/156/head
Bradley A. Thornton 2022-04-07 13:20:12 -07:00 committed by GitHub
commit 1c4d7faf83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
22 changed files with 40 additions and 24 deletions

View File

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

View File

@ -0,0 +1,4 @@
---
trivial:
- Enable black via pre-commit.ci
- Update black version to latest

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