-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed as not planned
Closed as not planned
Copy link
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expectedstatus/triageThis issue needs to be triagedThis issue needs to be triaged
Description
Description
I have this .pre-commit-config.yaml:
repos:
- repo: https://github.com/python-poetry/poetry
rev: 1.8.0
hooks:
- id: poetry-checkRunning 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-checkThen 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/aPython Sysconfig
No response
Example pyproject.toml
No response
Poetry Runtime Logs
n/aReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't working as expectedSomething isn't working as expectedstatus/triageThis issue needs to be triagedThis issue needs to be triaged