summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-09-06 08:44:14 -0400
committerGitHub <noreply@github.com>2021-09-06 08:44:14 -0400
commitdbda4f70119d7ae9f614d0b51aafabeb3f22c30e (patch)
tree06596eda86185f9e39ae02014be64c8db143516a
parent836db7c4c7d9cede429a451201c1a4e059479f53 (diff)
parentff5670cefc672139fa2c261a63e84ab9df66c384 (diff)
downloadjsonschema-dbda4f70119d7ae9f614d0b51aafabeb3f22c30e.tar.gz
Merge pull request #834 from Julian/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index cdcb1a8..26015cb 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.4.0
+ rev: v4.0.1
hooks:
- id: check-ast
- id: check-docstring-first
@@ -15,7 +15,7 @@ repos:
- id: mixed-line-ending
args: [--fix, lf]
- id: trailing-whitespace
-- repo: https://github.com/timothycrosley/isort
- rev: 5.7.0
+- repo: https://github.com/PyCQA/isort
+ rev: 5.9.3
hooks:
- id: isort