-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
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
Add mdformat to precommit checks and update other version #7529
Conversation
for more information, see https://pre-commit.ci
@Zengyf-CVer thanks for the PR! I'd worked with @Borda on this previously, but I got hung up on two yolov5/README changes. Do you guys know if there's simply a way to exclude individual files (or sections in a README) from the formatter? |
yes, you can exclude files, see https://github.com/PyTorchLightning/metrics/blob/f8ef656efc022e0c2199811e1b3bd490bd0ba61d/.pre-commit-config.yaml#L74-L78 |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
@Zengyf-CVer @Borda PR is merged. All Pre-Commit checks are in place now!! 🚀🚀🚀 Thank you for your contributions to YOLOv5 🚀 and Vision AI ⭐ |
…s#7529) * Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update CONTRIBUTING.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README.md * Update README.md * Update README.md Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Glenn Jocher <[email protected]>
…s#7529) * Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update CONTRIBUTING.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update README.md * Update README.md * Update README.md Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Glenn Jocher <[email protected]>
🛠️ PR Summary
Made with ❤️ by Ultralytics Actions
🌟 Summary
This PR provides updates to the code of conduct, pre-commit hooks, contribution guidelines, and documentation, including improvements and new features for integration with Weights & Biases.
📊 Key Changes
.github/CODE_OF_CONDUCT.md
, enhancing community behavior guidelines.CONTRIBUTING.md
with additional visuals and clarified PR submission process.README.md
documentation including tutorial links and tables.utils/loggers/wandb/README.md
to provide detailed instructions and usage examples for advanced features like dataset versioning, evaluation, and checkpoint saving.🎯 Purpose & Impact
These updates are aimed at improving user experience and developer workflows, as well as reinforcing community standards.