diff options
author | 2023-06-20 04:50:35 -0700 | |
---|---|---|
committer | 2023-06-20 12:50:35 +0100 | |
commit | 56c57ea7b73582fe46eff9fd4771c738891dd650 (patch) | |
tree | 5bd1532f191701ff014afccd3db19725186df497 | |
parent | Bump pre-commit from 3.3.2 to 3.3.3 (#2643) (diff) |
pre-commit-hooks 2.5.0 -> 4.4.0 (#2640)
-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 b5a7f3dce..728dbe0b2 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: v2.5.0 + rev: v4.4.0 hooks: - id: check-merge-conflict - id: check-toml |