dymmond / edgy

🔥 The perfect ORM to work with complex databases 🔥
https://edgy.dymmond.com
MIT License
174 stars 9 forks source link

Move to builtin hatch functionality+uv #135

Closed devkral closed 1 month ago

devkral commented 2 months ago

Currently we extra define ruff and pytest but this functionality is already built in hatch. It currently defaults to require uv which is not a bad idea because this tool is a faster replacement of pip.

So we could transition to pure uv (except the base deps) and use the builtin functionality of hatch instead the own definitions of lint,...

A side-effect could be much faster tests.

devkral commented 2 months ago

if this works, we could apply this to the other dymmond projects

tarsil commented 2 months ago

I actually would like to bring UV in as well although I think hatch already uses it but by all means, give it a try

devkral commented 1 month ago

after the refactoring this is true now