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

pre-commit autoupdate tries to change from v1.3 to v1.1 #6

Open
underyx opened this issue Feb 15, 2021 · 2 comments
Open

pre-commit autoupdate tries to change from v1.3 to v1.1 #6

underyx opened this issue Feb 15, 2021 · 2 comments

Comments

@underyx
Copy link

underyx commented Feb 15, 2021

$ pre-commit autoupdate
Updating https://github.com/humitos/mirrors-autoflake ... updating v1.3 -> v1.1.

I'm not sure why this is happening when using the following configuration, but I assumed it's more likely to be an issue with the state of this repo than with the autoupdate logic.

  - repo: https://github.com/humitos/mirrors-autoflake
    rev: v1.3
    hooks:
      - id: autoflake
        args: [--in-place]
@Mause
Copy link

Mause commented Mar 8, 2022

I would recommend switching to the official repo as it now has pre-commit config: https://github.com/PyCQA/autoflake/blob/master/.pre-commit-hooks.yaml

@humitos
Copy link
Owner

humitos commented Mar 8, 2022

Thanks @Mause for linking the official repository. I think we can archive/close this mirror now 🥳

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

No branches or pull requests

3 participants