summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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