diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2451877..839818b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ exclude: | repos: # Checks for debug statements and merge conflicts - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: debug-statements - id: check-merge-conflict