diff options
author | 2024-02-02 15:48:27 +0000 | |
---|---|---|
committer | 2024-02-02 15:48:50 +0000 | |
commit | 25d4d573d849719dfcb57222a6fb0d276c0324f0 (patch) | |
tree | dea5528c73f67b1a60e2002df777a250626510c0 | |
parent | Bump ruff to 0.2.0 (diff) |
Bump pre-commit-hooks to 4.5.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 bd37fe1..bfdd507 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.4.0 + rev: v4.5.0 hooks: - id: check-merge-conflict - id: check-toml |