Commit 3d21b2d
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments