diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8399d90..31274fb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,4 +8,11 @@ repos: - id: no-go-testing - id: go-unit-tests - id: go-build - - id: go-mod-tidy \ No newline at end of file + - id: go-mod-tidy +- repo: https://github.com/pre-commit/pre-commit-hooks.git + rev: v4.3.0 + hooks: + - id: end-of-file-fixer + - id: trailing-whitespace + - id: mixed-line-ending + - id: check-merge-conflict