From df6e330747826556bb492ff1e3d4a64cb9d1827c Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Sun, 11 Dec 2022 23:06:39 +0100 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc047e5..6ff7c81 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,9 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: + - id: fix-encoding-pragma + args: [--remove] - id: trailing-whitespace - # - id: end-of-file-fixer - # - id: check-yaml - # - id: check-added-large-files + - id: end-of-file-fixer + - id: check-yaml + - id: check-added-large-files