roboflow / roboflow-python

The official Roboflow Python package. Manage your datasets, models, and deployments. Roboflow has everything you need to build a computer vision application.
https://docs.roboflow.com/python
Apache License 2.0
272 stars 71 forks source link

chore: streamline linting and formatting process #282

Closed cdragos closed 1 month ago

cdragos commented 1 month ago

This change consolidates multiple tools into a single, more efficient linter and formatter (ruff).

cdragos commented 1 month ago

@stellasphere @iurisilvio replaced black, isort and pyupgrade packages with ruff.

iurisilvio commented 1 month ago

Thank you @cdragos ! 🎉