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 update_markdown_code_blocks.py #109

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Conversation

glenn-jocher
Copy link
Member

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

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Enhanced the code formatting process using additional linting and formatting tools.

πŸ“Š Key Changes

  • πŸ“Œ Added ruff check for initial formatting checks.
  • πŸ“Œ Included ruff format to format code with a specified line length of 120 characters.
  • πŸ“Œ Integrated docformatter to ensure consistent documentation formatting with specific wrapping and newline rules.

🎯 Purpose & Impact

  • βœ… Improved Code Quality: Ensures code is clean, compliant, and consistently formatted.
  • βœ… Better Readability: Standardized line lengths and docstring formats make the codebase easier to read and maintain.
  • βœ… Error Reduction: Automated checks catch potential issues early, reducing the likelihood of errors in the code.

@glenn-jocher glenn-jocher merged commit a4a82cc into main Jun 18, 2024
@glenn-jocher glenn-jocher deleted the glenn-jocher-patch-1 branch June 18, 2024 22:09
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