Trim copy-pasted pyproject config - #101
Conversation
|
👋 Hello @glenn-jocher, thank you for submitting a
For more guidance, please refer to our Contributing Guide. Don't hesitate to leave a comment if you have any questions. Thank you for contributing to Ultralytics! 🚀 |
UltralyticsAssistant
left a comment
There was a problem hiding this comment.
🔍 PR Review
Made with ❤️ by Ultralytics Actions
Clean, minimal metadata/config cleanup. The removed codespell overrides are not referenced elsewhere in this repository, and the remaining project URLs are valid package-relevant links. No actionable issues found.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
🎉 Thank you, @glenn-jocher, for merging this PR!
By removing outdated metadata and codespell exceptions, this update keeps the project configuration focused, current, and easier to maintain while enabling broader spelling checks. We appreciate your contribution to a cleaner, more consistent template! |
Two leftovers copied from
ultralytics/ultralyticsthat do not apply here. Since new Ultralytics Python projects are copied from this repo, both propagate.[tool.codespell]table. Every word inignore-words-list(strack,dota,segway,crate, …) is a YOLO-specific term, and the only place any of them appears in this repo is that line itself; theskipglobs point at*.csv,docs/??/anddocs/mkdocs_??.yml, none of which exist here. Ultralytics Actions already passes its own comprehensive--ignore-words-liston the command line, and I verified codespell still reports clean on this repo with the table gone.Documentationproject URL. docs.ultralytics.com hosts the YOLO documentation, not docs for this package, so the link sends users somewhere unrelated. The remaining Homepage/Source/Bug Reports/Changelog URLs are correct.Verified locally: TOML parses,
pip install -e ".[dev]",pytest(7 passed) andexample-cli-commandall fine.🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
Simplifies the project configuration by removing outdated documentation and codespell settings. 🧹
📊 Key Changes
"Documentation"URL frompyproject.toml.[tool.codespell]configuration, including custom ignored words and skipped file patterns.🎯 Purpose & Impact