diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a5abfa9a78f4e39c1ae9570cf17eca51669760b2..baa5aa5a85afc2e0dcaf3c25cc71d311b1d73fb2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,10 @@ --- +- repo: git://github.com/pre-commit/pre-commit-hooks + sha: cf550fcab3f12015f8676b8278b30e1a5bc10e70 + hooks: + - id: check-added-large-files + - id: check-yaml + - id: check-merge-conflict - repo: local hooks: - id: shell-lint