You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was just trying the new docker compose --watch feature and I get why we would want to rebuild on pyproject.toml, because, well, that's where dependencies live, but pyproject.toml contains a lot of other stuff nowadays, like lint rules (for ruff of course 😉 ), it feels counter-productive to rebuild on it.
But maybe it's just me, I'm not sure.
Anyway, I'm not sure, if that's the place for it but I just wanted to say thank you! I'm surprised at how great this example is, with splitting installs for better caching and all that.
The text was updated successfully, but these errors were encountered:
I was just trying the new
docker compose --watch
feature and I get why we would want to rebuild onpyproject.toml
, because, well, that's where dependencies live, butpyproject.toml
contains a lot of other stuff nowadays, like lint rules (forruff
of course 😉 ), it feels counter-productive to rebuild on it.But maybe it's just me, I'm not sure.
Anyway, I'm not sure, if that's the place for it but I just wanted to say thank you! I'm surprised at how great this example is, with splitting installs for better caching and all that.
The text was updated successfully, but these errors were encountered: