Skip to content

pre-commit autoupdate downgrades from v2.3.11 to v2.3.10 #89

@browniebroke

Description

@browniebroke

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions