diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2924877..9b8c0bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,3 +4,5 @@ repos: rev: v2.3.0 hooks: - id: check-yaml + - id: trailing-whitespace + - id: end-of-file-fixer