From 3fe0ba8fcb3a19222c23c0d1b01a671df43d655c Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 28 Oct 2020 16:43:27 +0100 Subject: [PATCH] Update pre-commit hooks to version 3.3.0 --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04507b4..2ac726e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,8 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v2.3.0 + rev: v3.3.0 hooks: + - id: fix-byte-order-marker - id: end-of-file-fixer - id: trailing-whitespace