diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2666afa7..e96c29d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ default_stages: [commit] repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: debug-statements - id: check-builtin-literals diff --git a/project/.pre-commit-config.yaml b/project/.pre-commit-config.yaml index 3fa585b3..71fafc1c 100644 --- a/project/.pre-commit-config.yaml +++ b/project/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: commitizen stages: [commit-msg] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: debug-statements - id: check-builtin-literals