From ff68d7bfe0deb1a654f58454764f0ae078adf065 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sat, 20 Feb 2021 18:35:13 -0500 Subject: Update pre-commit. --- .pre-commit-config.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.pre-commit-config.yaml') 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 -- cgit v1.2.1