summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-12-14 13:31:14 -0500
committerJulian Berman <Julian@GrayVines.com>2020-12-14 13:31:14 -0500
commit4003667535ef9dab959788f31eb695c4ff4fd943 (patch)
tree2c41ef33481e08c0199b08bf33f4037d6ffc5f6d /.pre-commit-config.yaml
parente5b0127d2c48ae4712b1baa27c077cd5147778b6 (diff)
downloadjsonschema-4003667535ef9dab959788f31eb695c4ff4fd943.tar.gz
Update pre-commit.
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index bd3e906..3180bcf 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: json/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v3.2.0
+ rev: v3.3.0
hooks:
- id: check-ast
- id: check-docstring-first
@@ -14,6 +14,6 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/timothycrosley/isort
- rev: 5.4.2
+ rev: 5.6.4
hooks:
- id: isort