aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Bobov <anton@bobov.name>2025-09-05 19:29:55 +0500
committerAnton Bobov <anton@bobov.name>2025-09-05 19:29:55 +0500
commitda34e1378b010d64d3cfe4e1459c87cc5b5307b1 (patch)
tree4c749e5502c1d7310527d6d69a8cd4f7069ba91e
parent4bce14e5b91b7305a9e1fed4dfdac76914018de8 (diff)
Update pre-commit config
-rw-r--r--.pre-commit-config.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a4cf6b2..e4a0bc1 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -3,7 +3,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v5.0.0
+ rev: v6.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
@@ -11,6 +11,6 @@ repos:
- id: check-added-large-files
- repo: https://github.com/gitleaks/gitleaks
- rev: v8.27.2
+ rev: v8.28.0
hooks:
- id: gitleaks-docker