chore(deps): update pre-commit hook pre-commit/pre-commit-hooks to v6 (#3721)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-08-10 06:08:53 +00:00 committed by GitHub
parent 5bb21b69ea
commit c9d28e0cc8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ repos:
# run the linter
- id: ruff
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
rev: v6.0.0
hooks:
# general hooks:
- id: check-added-large-files # Prevent giant files from being committed