From 85d8735063333ffb8daca367ecf09aebaae539f5 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 19 Sep 2021 19:30:34 +0300 Subject: [PATCH] Exclude VERSION of the eof hook. I'm tired of fighting with semver-bump and that hook. --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b6f0c87..41dc9a9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,6 +10,7 @@ repos: - id: check-yaml - id: detect-private-key - id: end-of-file-fixer + exclude: VERSION - id: trailing-whitespace - repo: https://github.com/codespell-project/codespell.git -- GitLab