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 workflow in format.yml #11

Closed

Conversation

UltralyticsAssistant
Copy link
Member

@UltralyticsAssistant UltralyticsAssistant commented Jan 1, 2024

This pull request adds a workflow to automatically format code and documentation.

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Added automatic code formatting and updated string quotes in Ultralytics' codebase.

📊 Key Changes

  • A new GitHub Action workflow for automatic code formatting (format.yml).
  • Quote conventions in plots.py have been updated from single to double quotes.
  • Several Python modules like KLT.py, MSV.py, NLS.py, common.py, images.py, strings.py, and transforms.py underwent similar quote updates and minor adjustments for code consistency.

🎯 Purpose & Impact

  • The new GitHub Action will ensure consistent code styling across future PRs.
  • Updates across multiple files enforce a consistent quoting style which improves the readability and maintainability of the code.
  • These changes do not affect the functionality of the code, but they lay the groundwork for a cleaner and more standardized codebase moving forward. 🛠️

@glenn-jocher glenn-jocher deleted the add-format-workflow-20240101023044 branch January 1, 2024 01:49
@glenn-jocher glenn-jocher changed the title Add format workflow Add Ultralytics actions workflow in format.yml Jan 1, 2024
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.

2 participants