summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-02-20 18:35:13 -0500
committerJulian Berman <Julian@GrayVines.com>2021-02-20 18:35:13 -0500
commitff68d7bfe0deb1a654f58454764f0ae078adf065 (patch)
tree4676ad104bbf04b1dbbd47bacb8b1c8292c3fa20
parent9814afc7659d68150f889a4820991210ba26555f (diff)
downloadjsonschema-ff68d7bfe0deb1a654f58454764f0ae078adf065.tar.gz
Update pre-commit.
-rw-r--r--.pre-commit-config.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 3180bcf..cdcb1a8 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.3.0
+ rev: v3.4.0
hooks:
- id: check-ast
- id: check-docstring-first
@@ -12,8 +12,10 @@ repos:
- id: check-yaml
- id: debug-statements
- id: end-of-file-fixer
+ - id: mixed-line-ending
+ args: [--fix, lf]
- id: trailing-whitespace
- repo: https://github.com/timothycrosley/isort
- rev: 5.6.4
+ rev: 5.7.0
hooks:
- id: isort