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

YAML reformat #542

Merged
merged 1 commit into from
Jan 18, 2024
Merged

YAML reformat #542

merged 1 commit into from
Jan 18, 2024

Conversation

glenn-jocher
Copy link
Member

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

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Improved formatting consistency in GitHub Actions YAML files and dataset examples.

πŸ“Š Key Changes

  • Standardized quotes usage in GitHub Actions YAML files (ci.yaml, format.yml, links.yml, stale.yml) from single to double quotes for string values.
  • Removed unnecessary whitespace in YAML files to enhance readability and consistency.
  • Updated dataset YAML files (coco8-pose.yaml, coco8-seg.yaml, coco8.yaml, dota8.yaml) to have consistent spacing around comments and key-value assignments.

🎯 Purpose & Impact

  • These changes mainly improve the readability and style consistency of the codebase, leading to easier maintenance and better collaboration experience for developers.
  • No direct impact on end-users is expected, as these are internal changes that don't alter the functionality of the code.
  • Future developers will benefit from more predictable formatting and cleaner code when browsing the repository or contributing to it. πŸ› οΈ

@glenn-jocher glenn-jocher merged commit 64fbe74 into main Jan 18, 2024
4 checks passed
@glenn-jocher glenn-jocher deleted the YAML-reformat branch January 18, 2024 16:50
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.

1 participant