☕ Buy a coffee: ko-fi.com/bugbytes ⭐Top resource to learn Python - datacamp.pxf.io/kOjKkV ⭐
@ale6au3 ай бұрын
Always great to watch your content, thanks!
@bugbytes39233 ай бұрын
Thanks a lot, appreciate it!
@JohnMitchellCalifАй бұрын
Super clear and useful! Subscribed.
@bugbytes3923Ай бұрын
Thanks a lot, appreciate it!
@stef90192 ай бұрын
UV is great. As someone who doesn't use Python often, I would be interested in a "2025 Python dev setup" video or however you want to market it - my package will include UV and Ruff, but what about other things such as type checking?
@majestif3 ай бұрын
Great explanation, clear and concise!
@bugbytes39233 ай бұрын
Thank you, glad to hear that!
@feliperodrigues91043 ай бұрын
Thx for the awesome video friend!!
@bugbytes39233 ай бұрын
Thanks Felipe!
@MrRastow3 ай бұрын
3:01 As of PEP 735, developement dependencies should now be specified in a [dependency-groups] table (instead of a tool specific table). UV has adopted this already, so typing `uv add --dev ruff` correctly adds the dependency to your pyproject.toml file.
@bugbytes39233 ай бұрын
Ah - thanks for sharing that! Didn't know about it.
@JoaoPauloMacedo-cn1mc2 ай бұрын
What about Ruff configurations on toml file? Instead of [tool.ruff], should I use another template?
@MrRastow2 ай бұрын
@@JoaoPauloMacedo-cn1mc Using [tool.ruff] for configuration inside your pyproject.toml is perfectly fine. Or you could create a ruff.toml file and store your configuration in there.
@JoaoPauloMacedo-cn1mc2 ай бұрын
@@MrRastow Thank you, mate!
@vijaynayak48743 ай бұрын
helpful 👍
@bugbytes39233 ай бұрын
Thanks man!
@stigharaldgustavsenАй бұрын
Great uv vids, can you also include a video that has pre-commit hooks etc etc? :)
@bugbytes3923Ай бұрын
Thanks! Yeah, been meaning to prepare that one, hopefully soon!
@stigharaldgustavsenАй бұрын
@@bugbytes3923 Great ^_^ appreciate the effort you are putting in :)
@frameff90733 ай бұрын
good thank
@bugbytes39233 ай бұрын
Thanks for watching!
@Bigbren-v1p2 ай бұрын
please make a video also for django how uv works for it :)