Skip to content

Commit 3d21b2d

Browse files
committed
chore: bump pre-commit-hooks to v6.0.0
`pre-commit autoupdate` on the two non-ruff hook repos; the ruff repo is excluded because its rev is pinned to uv.lock by check-ruff-lockstep, and taskcluster_yml_validator is already current. v6.0.0 removes only check-byte-order-marker and fix-encoding-pragma, neither of which this config uses. The five hooks it does use (check-executables-have-shebangs, check-merge-conflict, check-symlinks, check-yaml, check-json) changed by import style alone between the two tags -- typing.Sequence -> collections.abc.Sequence -- with no behaviour change.
1 parent ab90615 commit 3d21b2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-executables-have-shebangs
66
- id: check-merge-conflict

0 commit comments

Comments
 (0)