Seems to be a regression/repeat of #26
Given the following config:
repos:
- repo: https://github.com/biomejs/pre-commit
rev: "v2.3.11"
hooks:
- id: biome-check
- id: biome-ci
When running pre-commit autoupdate, the config gets changed to:
repos:
- repo: https://github.com/biomejs/pre-commit
rev: "v2.3.10"
hooks:
- id: biome-check
- id: biome-ci
While the config should remain unchanged