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

Update action.yml #176

Merged
merged 1 commit into from
Aug 24, 2024
Merged

Update action.yml #176

merged 1 commit into from
Aug 24, 2024

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Aug 24, 2024

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced Python formatting rules to improve code consistency and conform to Google-style docstrings.

πŸ“Š Key Changes

  • Added ignores for additional docstring rules (D203, D213) to match Google-style docstring conventions.
  • Updated the ruff check command to include these new ignores.

🎯 Purpose & Impact

  • Improved Readability: Ensures the code docstrings are consistent and adhere to a widely accepted style (Google-style).
  • Reduced Formatting Errors: By ignoring specific rules, developers can focus on more critical aspects without frequent stylistic interruptions.
  • Streamlined Development: Helps maintain a cleaner, more uniform codebase, making it easier for new contributors to understand and adhere to the project's documentation standards.

@UltralyticsAssistant UltralyticsAssistant added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 24, 2024
@glenn-jocher glenn-jocher merged commit 7412027 into main Aug 24, 2024
3 checks passed
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch August 24, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants