emilhe / dash-extensions

The dash-extensions package is a collection of utility functions, syntax extensions, and Dash components that aim to improve the Dash development experience
https://www.dash-extensions.com/
MIT License
414 stars 58 forks source link

Move 'ruff' to the development dependencies group #343

Closed frederikaalund closed 1 month ago

frederikaalund commented 1 month ago

As far as I can see, we only use ruff during development and not at runtime. This PR avoids the unnecessary runtime dependency.

emilhe commented 1 month ago

I agree. It makes more sense to move it :)