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 setup.cfg #59

Merged
merged 2 commits into from
Dec 30, 2023
Merged

Delete setup.cfg #59

merged 2 commits into from
Dec 30, 2023

Conversation

glenn-jocher
Copy link
Member

@glenn-jocher glenn-jocher commented Dec 30, 2023

Cleanup after toml integration: setup.cfg no longer needed.

πŸ› οΈ PR Summary

Made with ❀️ by Ultralytics Actions

🌟 Summary

Ultralytics makes a streamlined update to its code quality tools.

πŸ“Š Key Changes

  • Removed the flake8 linting configuration and its related settings in .pre-commit-config.yaml and setup.cfg.
  • Deleted the setup.cfg file entirely, suggesting a shift towards other configuration management methods.

🎯 Purpose & Impact

  • πŸ’‘ Simplifies the tooling setup by removing potentially redundant or unused linting rules, reducing complexity.
  • πŸš€ Encourages consistency and clarity in the repository by possibly consolidating configurations into fewer files.
  • πŸ‘©β€πŸ’» Impacts developers by changing the tools and rules they use for checking code quality, possibly influencing the workflow.

(Note: While the diff provided changes related to code formatting standards and linting configurations, without specific PR context, it's assumed these changes are for simplification and maintenance purposes. Real-world impacts may vary based on broader project context.)

Cleanup changes after integrating pyproject.toml (setup.cfg no longer needed).
@kalenmike kalenmike merged commit 357cb33 into develop Dec 30, 2023
2 checks passed
@kalenmike kalenmike deleted the pyproject_toml_cleanup branch December 30, 2023 15:56
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.

None yet

2 participants