diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b4d469..614eda3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,6 +26,7 @@ repos: - id: debug-statements - id: end-of-file-fixer - id: mixed-line-ending + exclude: ^CHANGELOG.md$ - id: name-tests-test args: ["--pytest-test-first"] - id: trailing-whitespace