summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-08-30 16:51:10 +0000
committerGitHub <noreply@github.com>2021-08-30 16:51:10 +0000
commitff5670cefc672139fa2c261a63e84ab9df66c384 (patch)
tree06596eda86185f9e39ae02014be64c8db143516a
parent836db7c4c7d9cede429a451201c1a4e059479f53 (diff)
downloadjsonschema-ff5670cefc672139fa2c261a63e84ab9df66c384.tar.gz
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](https://github.com/pre-commit/pre-commit-hooks/compare/v3.4.0...v4.0.1) - https://github.com/timothycrosley/isort → https://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.7.0 → 5.9.3](https://github.com/PyCQA/isort/compare/5.7.0...5.9.3)
-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