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

Delete .pre-commit-config.yaml #518

Merged
merged 4 commits into from
Jan 2, 2024
Merged

Delete .pre-commit-config.yaml #518

merged 4 commits into from
Jan 2, 2024

Conversation

glenn-jocher
Copy link
Member

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

Replace pre-commit with Ultralytics Actions

🛠️ PR Summary

Made with ❤️ by Ultralytics Actions

🌟 Summary

Major cleanup in the repository's configuration files and updated package version requirement.

📊 Key Changes

  • Deleted .pre-commit-config.yaml, removing all pre-commit hooks configurations.
  • Updated requirements.txt, specifying a newer minimum version of the ultralytics package.
  • Deleted setup.cfg, eliminating the project-wide configuration settings for tools like pytest, flake8, isort, yapf, and docformatter.

🎯 Purpose & Impact

  • 🧹 The removal of the .pre-commit-config.yaml and setup.cfg files suggests a streamlining or change in code quality and format verification workflows. It simplifies the repository settings, implying a possible shift to other tools or platforms for managing these aspects.
  • 🔄 With the updated ultralytics package version in requirements.txt, users are ensured to work with a version that contains the latest features and bug fixes, leading to improved performance and stability.
  • 🎨 These changes could impact developers by changing the way code is formatted and contributed. Contributors must adapt to the new workflow without the guidance of the removed configurations, while users may benefit from the updated dependencies ensuring more reliable usage.

@glenn-jocher glenn-jocher merged commit 6b55878 into main Jan 2, 2024
3 checks passed
@glenn-jocher glenn-jocher deleted the actions branch January 2, 2024 10:17
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