-
Notifications
You must be signed in to change notification settings - Fork 4
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 flake8 to fix false positive with Python 3.12 #101
Comments
Future steps that could help:
|
AjayThorve
pushed a commit
to rapidsai/jupyterlab-nvdashboard
that referenced
this issue
Sep 24, 2024
We recently observed some issues with Python 3.12 + older `flake8` versions across RAPIDS: rapidsai/build-planning#101. This proposes updating all the pre-commit hooks in this repo (`pre-commit autoupdate`) to avoid such issues the next time someone comes to push new commits here. While doing this, I also discovered that wheel CI here was broken by rapidsai/shared-workflows#213 (see #205 (comment)). This fixes that as well.
We discussed this in our meeting today. Sounds like the last piece was resolved in If I've missed something, please feel free to reopen Thanks all! 🙏 |
Yep that's right, this is done. Thanks @jakirkham |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is a tracking issue for a problem that shows up with older
flake8
versions and Python 3.12. We updated the CI images to use Python 3.12 in thelatest
tag (rapidsai/ci-imgs#188), which is picked up by style check jobs across RAPIDS. See #40 for the broader Python 3.12 tracking issue.PRs we need to merge:
The text was updated successfully, but these errors were encountered: