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

Add Ultralytics actions in format.yml #47

Merged
merged 5 commits into from
Jan 1, 2024
Merged

Add Ultralytics actions in format.yml #47

merged 5 commits into from
Jan 1, 2024

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Jan 1, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Proper code formatting for GitHub PR implementing YOLOv3 changes.

πŸ“Š Key Changes

  • Added a GitHub workflow to automatically format code in PRs and pushes to the main branch.
  • Made syntax improvements in detect.py, including replacing single quotes with double quotes.
  • Updated models.py with more readable function docstrings and improvements in code formatting.
  • Refactored scoring module scripts for readability by adjusting comments and improving line breaks.
  • Made several code quality improvements in utils/datasets.py and utils/utils.py.
  • General maintenance and cleanup changes, including consistent quote usage and whitespace adjustments.

🎯 Purpose & Impact

  • The new GitHub workflow ensures standardized code formatting, leading to better code quality and easier code reviews.
  • Code readability enhancements in detect.py and models.py aim to make the codebase more maintainable and accessible to contributors.
  • Refactoring in the scoring module is intended to facilitate easier understanding and enhance the development workflow.
  • Updates in utils improve code comprehension, which can attract more contributors and reduce the chance of bugs.
  • Overall, these changes are focused on maintaining a clean and professional codebase, which can improve collaboration and contribute to the robustness of the project.

@glenn-jocher glenn-jocher changed the title Create format.yml Add Ultralytics actions in format.yml Jan 1, 2024
@glenn-jocher glenn-jocher merged commit dbc4e7e into master Jan 1, 2024
@glenn-jocher glenn-jocher deleted the format branch January 1, 2024 01:03
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

Successfully merging this pull request may close these issues.

None yet

1 participant