mirror of
https://github.com/roboflow/supervision.git
synced 2026-03-26 15:58:26 +00:00
* chore(pre_commit): enable mdformat with additional dependencies * fix(pre_commit): 🎨 auto format pre-commit hooks * Fix mdformat-introduced syntax errors in documentation (#2044) --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Borda <6035284+Borda@users.noreply.github.com>
68 lines
1.7 KiB
Markdown
68 lines
1.7 KiB
Markdown
<details>
|
|
<summary>Before submitting</summary>
|
|
|
|
- [ ] Self-reviewed the code
|
|
- [ ] Updated documentation, follow [Google-style](https://google.github.io/styleguide/pyguide.html#383-functions-and-methods)
|
|
- [ ] Added docs entry for autogeneration (if new functions/classes)
|
|
- [ ] Added/updated tests
|
|
- [ ] All tests pass locally
|
|
|
|
</details>
|
|
|
|
## Description
|
|
|
|
<!-- Provide a clear and concise description of your changes -->
|
|
|
|
## Type of Change
|
|
|
|
<!-- Mark the relevant option with an "x" and delete the others -->
|
|
|
|
- 🐛 Bug fix (non-breaking change which fixes an issue)
|
|
- ✨ New feature (non-breaking change which adds functionality)
|
|
- 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
|
- 📝 Documentation update
|
|
- 🧪 Test update
|
|
- 🔨 Refactoring (no functional changes)
|
|
- ⚡ Performance improvement
|
|
- 🔧 Chore (dependencies, configs, etc.)
|
|
|
|
## Motivation and Context
|
|
|
|
<!-- Why is this change required? What problem does it solve? -->
|
|
|
|
<!-- If it fixes an open issue, please link to the issue here -->
|
|
|
|
Closes #(issue)
|
|
|
|
## Changes Made
|
|
|
|
<!-- List the main changes made in this PR -->
|
|
|
|
-
|
|
-
|
|
-
|
|
|
|
## Testing
|
|
|
|
<!-- Describe the tests you ran and how to reproduce them -->
|
|
|
|
- [ ] I have tested this code locally
|
|
- [ ] I have added unit tests that prove my fix is effective or that my feature works
|
|
- [ ] All new and existing tests pass
|
|
|
|
## Google Colab (optional)
|
|
|
|
<!-- If applicable, provide a link to a Google Colab notebook demonstrating the feature/fix -->
|
|
|
|
<!-- Ensure the notebook is publicly accessible -->
|
|
|
|
Colab link:
|
|
|
|
## Screenshots/Videos (optional)
|
|
|
|
<!-- If applicable, add screenshots or videos to demonstrate the changes -->
|
|
|
|
## Additional Notes
|
|
|
|
<!-- Any additional information that reviewers should know -->
|