Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoupdate: flip-flop between shallow-fetched tags #1076

Closed
asottile opened this issue Jul 8, 2019 · 1 comment · Fixed by #1088
Closed

autoupdate: flip-flop between shallow-fetched tags #1076

asottile opened this issue Jul 8, 2019 · 1 comment · Fixed by #1088
Labels

Comments

@asottile
Copy link
Member

asottile commented Jul 8, 2019

repos:
  - repo: https://github.com/asottile/pyupgrade
    rev: v1.20.1
    hooks:
      - id: pyupgrade
$ pre-commit autoupdate
Updating https://github.com/asottile/pyupgrade...updating v1.20.1 -> v1.20.0.
$ pre-commit autoupdate
Updating https://github.com/asottile/pyupgrade...updating v1.20.0 -> v1.20.1.
$ pre-commit autoupdate
Updating https://github.com/asottile/pyupgrade...updating v1.20.1 -> v1.20.0.
$ pre-commit autoupdate
Updating https://github.com/asottile/pyupgrade...updating v1.20.0 -> v1.20.1.

Seems to be related to shallow clones as I can only reproduce there.

CC @mxr

@asottile asottile added the bug label Jul 8, 2019
@asottile
Copy link
Member Author

asottile commented Jul 8, 2019

Here's my entry on the mailing list: https://marc.info/?l=git&m=156256221122204&w=2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

1 participant