diff options
| author | 2025-10-30 23:11:10 +0000 | |
|---|---|---|
| committer | 2025-11-10 18:41:30 +0000 | |
| commit | ef962466ae147d4da250898dc2b362e3a959e570 (patch) | |
| tree | 8d118271671842b9294ad4fbd6a6ff1913c09612 | |
| parent | Resolve typing scope issues caused by changes to annotation resolution (diff) | |
pre-commit-hooks update to v6.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 e77b8a0b0..0a674724a 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: v6.0.0 hooks: - id: check-merge-conflict - id: check-toml |