summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-06-11 10:54:24 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-06-11 11:00:49 -0500
commit5c0c389eca2f6e58cfbf1845ccd77030aaae83c4 (patch)
treebc91bcc3f0bd4c078322043a625d68e34a3023a9 /.github
parent6d48c1f80f0a47b00984254d5d53b3f1158badee (diff)
downloadrequests-cache-5c0c389eca2f6e58cfbf1845ccd77030aaae83c4.tar.gz
Add more pre-commit hooks
Diffstat (limited to '.github')
-rw-r--r--.github/pre-commit.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/pre-commit.yml b/.github/pre-commit.yml
index 5cba7c9..e5e9767 100644
--- a/.github/pre-commit.yml
+++ b/.github/pre-commit.yml
@@ -2,8 +2,10 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
hooks:
+ - id: check-toml
- id: check-yaml
- id: end-of-file-fixer
+ - id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 21.6b0