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

Ignore F821 undefined name in code blocks #169

Merged
merged 4 commits into from
Aug 24, 2024
Merged

Conversation

glenn-jocher
Copy link
Member

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

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

This PR updates a Python script to enhance the code formatting and checking process.

πŸ“Š Key Changes

  • Modified the script to run a code linter (ruff) with an additional ignore flag for error F821 (undefined name).

🎯 Purpose & Impact

  • Purpose: To prevent the script from failing due to F821 errors, enabling smoother code formatting and checking.
  • Impact: Developers will experience fewer interruptions from unnecessary linter errors, allowing a more seamless workflow. πŸš€

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

Successfully merging this pull request may close these issues.

2 participants