google / yapf

A formatter for Python files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please release v0.40.2 because off-main Git tag v0.40.1 is hidden from users of pre-commit autoupdate

hartwork opened this issue · comments

Hi!

yapf Git tag v0.40.1 is not an ancestor of main in Git history and that is why pre-commit autoupdate keeps downgrading yapf from v0.40.1 to v0.40.0 according to pre-commit/pre-commit#3010 (comment) e.g. see git-big-picture/git-big-picture#357 for the end user effect. This affects up to 10 projects of mine:

# grep /yapf */.pre-commit-config.yaml | wc -l
10

Any chance you could make a new release with a Git tag off main this time?

Thanks in advance!

CC @bwendling

This looks resolved.
image

@Spitfire1900 perfect, thanks to you and and @bwendling 🙏