diff options
author | 2023-06-26 09:43:56 +0100 | |
---|---|---|
committer | 2023-07-14 13:19:32 +0100 | |
commit | a805475233d0dcd08d5423274dbae32ae1f79776 (patch) | |
tree | bcd77e934edc121256031c4154cf56a9f901374a | |
parent | Bump d.py to 2.3.1 (diff) |
Bump pre-commit-hooks
-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 d3c2d87f..3fdd30bf 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.2.0 + rev: v4.4.0 hooks: - id: check-merge-conflict - id: check-toml |