-
Notifications
You must be signed in to change notification settings - Fork 61
chore(deps): update pre-commit hooks #1044
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
Conversation
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.4](astral-sh/ruff-pre-commit@v0.11.0...v0.11.4) - [github.com/henryiii/validate-pyproject-schema-store: 2025.03.10 → 2025.04.07](henryiii/validate-pyproject-schema-store@2025.03.10...2025.04.07) - [github.com/python-jsonschema/check-jsonschema: 0.31.3 → 0.32.1](python-jsonschema/check-jsonschema@0.31.3...0.32.1)
Signed-off-by: Henry Schreiner <[email protected]>
Fedora's failing due to:
I think this means there's a mismatch in versions for wheel and setuptools. |
Oh, but those tests are running with PyPI dependencies. I will move the installation part to a more visible location.
Seems like I've added a similar workaround in #800. Maybe I missed something in the dependencies since I am only installing |
I'm hiding the warning for now but setuptools/wheel might need to work this out. Might be a 0.46.1 issue if it's wheel, that just came out. |
updates: