diff options
author | 2024-12-21 15:21:00 +0000 | |
---|---|---|
committer | 2024-12-21 15:21:00 +0000 | |
commit | 946c5982faba3cf69568595563db2775667c9204 (patch) | |
tree | ed96f81ca4eb0eab47c07b30fdc9df18c394096b | |
parent | Limit message cache to 100 messages (#279) (diff) |
Bump pre-commit-hooks to v5.0.0
-rw-r--r-- | .pre-commit-config.yaml | 2 |
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 |