diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e472e48b19..debad8cc6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -62,7 +62,11 @@ repos: - id: check-added-large-files - id: mixed-line-ending args: [--fix=lf] + - id: check-ast - id: check-case-conflict + - id: check-merge-conflict + - id: check-symlinks + - id: destroyed-symlinks - id: requirements-txt-fixer - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt rev: 0.2.3