From afdf5fe8a7bbf4492b355e94bb6c43ad011ae1c4 Mon Sep 17 00:00:00 2001 From: Panos Mavrogiorgos Date: Thu, 24 Jan 2019 16:57:41 +0200 Subject: [PATCH] [pre-commit] Exclude .bumpversion.cfg from "end-of-file-fixer" For more info check here: https://github.com/c4urself/bump2version/issues/58 --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc51693..d39d835 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,5 +26,6 @@ repos: - id: 'check-yaml' - id: 'debug-statements' - id: 'end-of-file-fixer' + exclude: '.bumpversion.cfg' - id: 'name-tests-test' - id: 'trailing-whitespace'