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 flake8 to fix false positive with Python 3.12 #101

Closed
14 tasks done
bdice opened this issue Sep 17, 2024 · 3 comments
Closed
14 tasks done

Update flake8 to fix false positive with Python 3.12 #101

bdice opened this issue Sep 17, 2024 · 3 comments
Assignees

Comments

@bdice
Copy link
Contributor

bdice commented Sep 17, 2024

@bdice
Copy link
Contributor Author

bdice commented Sep 17, 2024

Future steps that could help:

  • Update all these repos to use ruff. It has autofixes, which would have made this process faster even if ruff had the same bug.
  • Update pre-commit hooks on a regular basis to pre-empt this kind of problem.

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.
@jakirkham
Copy link
Member

jakirkham commented Sep 24, 2024

We discussed this in our meeting today. Sounds like the last piece was resolved in jupyterlab-nvdashboard. Closing this out as resolved

If I've missed something, please feel free to reopen

Thanks all! 🙏

@jameslamb
Copy link
Member

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants