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'