PyCQA / docformatter

Formats docstrings to follow PEP 257
https://pypi.python.org/pypi/docformatter
MIT License
524 stars 61 forks source link

Bug (?): `pre-commit autoupdate` is backdating #207

Closed jamesbraza closed 1 year ago

jamesbraza commented 1 year ago

My pre-commit config is v1.6.5 (and v1.7.0 was just released), and running pre-commit autoupdate:

> pre-commit autoupdate
[https://github.com/myint/docformatter] already up to date!

Then, manually changing it to v1.7.0 and seeing what happens for pre-commit autoupdate:

> pre-commit autoupdate
[https://github.com/myint/docformatter] updating v1.7.0 -> v1.6.5

Why is pre-commit not accepting v1.7.0?

weibullguy commented 1 year ago

@jamesbraza should be working now.

jamesbraza commented 1 year ago

Nice it's working now. What was the issue? The recent commits on master branch seem unrelated

weibullguy commented 1 year ago

I boogered up the v1.7.0 tag somehow so it wasn't pointing to anything. Deleted and re-tagged. Badda bing, badda boom, it works! Closing this issue since it's working for you now.