aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-12-21 15:21:00 +0000
committerGravatar Chris Lovering <[email protected]>2024-12-21 15:21:00 +0000
commit946c5982faba3cf69568595563db2775667c9204 (patch)
treeed96f81ca4eb0eab47c07b30fdc9df18c394096b
parentLimit message cache to 100 messages (#279) (diff)
Bump pre-commit-hooks to v5.0.0
-rw-r--r--.pre-commit-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 401f274..85f9cd4 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.5.0
+ rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: check-toml