This pull request adds an improved Ultralytics Actions workflow to automatically format code and documentation to the new Ultralytics official standards maintained at https://github.com/ultralytics/actions.
Four individual actions are run by default. To disable actions, set them to false, i.e. 'python: false'.
To customize an action use a pyproject.toml file in this repo, and see the individual action repo for details.
Improvements to the code formatting workflow and README clarity in the Ultralytics image scraping tool repository.
๐ Key Changes
Workflow now uses Ultralytics' Actions for consistent code and documentation formatting.
Additional formatting steps such as Python code, docstrings, markdown, and spelling checks have been included in the workflow.
README now has better spacing and visual separation in the example usage sections for enhanced clarity.
๐ฏ Purpose & Impact
Purpose: Ensure code contributions adhere to a standard format automatically and improve documentation readability.
Impact: Contributes to cleaner, more maintainable code, and a more user-friendly documentation experience. Helps both current and future contributors follow best practices effortlessly. ๐งน๐ป๐
This pull request adds an improved Ultralytics Actions workflow to automatically format code and documentation to the new Ultralytics official standards maintained at https://github.com/ultralytics/actions.
Four individual actions are run by default. To disable actions, set them to false, i.e. 'python: false'.
To customize an action use a
pyproject.toml
file in this repo, and see the individual action repo for details.๐ ๏ธ PR Summary
Made with โค๏ธ by Ultralytics Actions
๐ Summary
Improvements to the code formatting workflow and README clarity in the Ultralytics image scraping tool repository.
๐ Key Changes
๐ฏ Purpose & Impact