diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ece19e9022..063b2b248c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,6 +18,11 @@ exclude: | )$ repos: + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v5.0.0 + hooks: + - id: check-merge-conflict + - repo: https://github.com/abravalheri/validate-pyproject rev: v0.24.1 hooks: