chore: bump codespell version for Python 3.14+ compatibility#7925
chore: bump codespell version for Python 3.14+ compatibility#7925gforsyth wants to merge 2 commits intorapidsai:mainfrom
codespell version for Python 3.14+ compatibility#7925Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughUpdated the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Looks like many spelling errors need to be fixed. |
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
We'll want to ignore the typo fix commit in |
I vote add in a follow-up and admin-merge that followup to save CI resources. Just in case this PR gets stuck because of some other CI failure and you end up needing to add merge commits to pull in latest |
These changes don't seem significant enough to warrant that in my opinion. Typically we only consider that for massive formatting changes (thousands of lines, not +42/-42). |
Description
xref rapidsai/build-planning#205
xref rapidsai/build-planning#152
Python 3.14 brings with it newer versions of
setuptoolsthat areincompatible with older license formats in
pyproject.toml. We fixed thisfor RAPIDS in rapidsai/build-planning#152.
codespellneeds to be bumpedto version 2.4.1 to be compatible with newer setuptools.