diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f10ade983..cb3c48cae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,12 +13,9 @@ repos: - id: check-toml - id: check-ast - id: fix-byte-order-marker - - id: check-merge-conflict - - id: debug-statements - id: detect-aws-credentials args: [--allow-missing-credentials] - id: detect-private-key - - id: end-of-file-fixer - id: mixed-line-ending - repo: https://github.com/Yelp/detect-secrets rev: v1.5.0