From 555c8ad9d0f4bc18033928ee8831b7cbd5702157 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 1 Mar 2019 15:23:19 +0100 Subject: [PATCH] Update pre-commit hooks to 2.1.0 --- .pre-commit-config.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d5fcd5a..9c72498 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,9 @@ -- repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.0.0 - hooks: - - id: end-of-file-fixer - - id: trailing-whitespace +repos: + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v2.1.0 + hooks: + - id: end-of-file-fixer + - id: trailing-whitespace - - id: mixed-line-ending - args: [--fix=lf] + - id: mixed-line-ending + args: [--fix=lf]