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

Update pre-commit hook PyCQA/flake8 to v7.1.2 #1157

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2025

This PR contains the following updates:

Package Type Update Change
PyCQA/flake8 repository patch 7.1.1 -> 7.1.2

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

PyCQA/flake8 (PyCQA/flake8)

v7.1.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@sklam
Copy link
Member

sklam commented Feb 18, 2025

How do we check that the right version of flake8 is installed? I can't find it in the logs

@gmarkall
Copy link
Member

Put as "waiting on second reviewer" with the idea that maybe a second reviewer can answer @sklam 's question. I'm guessing the original author will not have much to say... 🙂

@dbast
Copy link
Contributor

dbast commented Feb 19, 2025

pre-commit manages the hook installation as defined in the .pre-commit-config.yaml file .... the install + execution log can be seen as part of this workflow execution https://github.com/numba/llvmlite/actions/runs/13358961530/job/37305630798?pr=1157 ... pre-commit hooks are installed by cloning repos at the specified tag and installing things based on the .pre-commit-hooks.yaml in the cloned repo. there is nothing to verify here except that the pre-commit workflow is green and then merge.

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

Successfully merging this pull request may close these issues.

3 participants