diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0114676..d5cee2d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,14 +3,14 @@ exclude: ^(development/mosquitto/mosquitto.conf) repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.6.0" + rev: "v5.0.0" hooks: - id: "end-of-file-fixer" - id: "trailing-whitespace" - id: "check-merge-conflict" - repo: https://github.com/gitleaks/gitleaks - rev: v8.19.3 + rev: v8.21.2 hooks: - id: gitleaks-docker - stages: [manual, push] + stages: [manual, pre-push]