From dd2aca6a61dba1e521f10e05f16957fe884707d4 Mon Sep 17 00:00:00 2001
From: Jordan Cook <jordan.cook@pioneer.com>
Date: Fri, 11 Jun 2021 11:34:43 -0500
Subject: [PATCH] Add and update pre-commit hooks

---
 .github/pre-commit.yml | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/.github/pre-commit.yml b/.github/pre-commit.yml
index 21e409a7..1084d739 100644
--- a/.github/pre-commit.yml
+++ b/.github/pre-commit.yml
@@ -1,23 +1,25 @@
 repos:
   - repo: https://github.com/pre-commit/pre-commit-hooks
-    rev: v3.3.0
+    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.5b0
+    rev: 21.6b0
     hooks:
       - id: black
   - repo: https://github.com/timothycrosley/isort
-    rev: 5.6.4
+    rev: 5.8.0
     hooks:
       - id: isort
   - repo: https://gitlab.com/pycqa/flake8
-    rev: 3.8.4
+    rev: 3.9.2
     hooks:
       - id: flake8
-  - repo: git://github.com/luismayta/pre-commit-mypy
+  - repo: https://github.com/luismayta/pre-commit-mypy
     rev: 0.1.1
     hooks:
       - id: mypy