Skip to content

pre-commit autoupdate not pulling in 1.8.2 with poetry-check hook #9312

@jamesbraza

Description

@jamesbraza

Description

I have this .pre-commit-config.yaml:

repos:
  - repo: https://github.com/python-poetry/poetry
    rev: 1.8.0
    hooks:
      - id: poetry-check

Running pre-commit autoupdate does not pull in 1.8.2 (current release). Furthermore, with this config:

repos:
  - repo: https://github.com/python-poetry/poetry
    rev: 1.8.2
    hooks:
      - id: poetry-check

Then running pre-commit autoupdate will actually backdate the rev to 1.8.0.

The issue is that pre-commit autoupdate should be pulling in 1.8.2 as the rev.

Workarounds

n/a

Poetry Installation Method

other

Operating System

macOS Sonoma 14.3

Poetry Version

3.12

Poetry Configuration

n/a

Python Sysconfig

No response

Example pyproject.toml

No response

Poetry Runtime Logs

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugSomething isn't working as expectedstatus/triageThis issue needs to be triaged

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions