File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -41,27 +41,34 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
41
41
42
42
5 . ** Enjoy 🫶**
43
43
44
- You now have a fully configured Python development environment with uv !
44
+ You now have a fully configured Python development environment!
45
45
46
46
![ alt text] ( < docs/Screenshot 2025-04-23 at 17.29.45.png > )
47
47
48
- with tools like ` pytest ` :
48
+ with ` uv ` !
49
+
50
+ <img src =" docs/Screenshot 2025-04-23 at 18.24.49.png " width =" 500 " />
51
+
52
+ ` pytest ` :
49
53
50
54
| UI | Terminal |
51
55
| :--:| :--:|
52
56
| ![ alt text] ( < docs/Screenshot 2025-04-23 at 18.10.07.png > ) | ![ alt text] ( < docs/Screenshot 2025-04-23 at 18.11.34.png > ) |
53
57
54
- ... and ` ruff ` and ` uv ` readily available :
58
+ ... and ` ruff ` :
55
59
56
60
<img src =" docs/Screenshot 2025-04-23 at 18.03.49.png " width =" 500 " />
57
61
62
+ readily available ✓.
63
+
58
64
CI/CD is covered with GitHub Actions. A workflow running testing/linting/formatting is already set up for you.
59
65
60
66
![ alt text] ( < docs/Screenshot 2025-04-23 at 18.06.47.png > )
61
67
68
+ 🎉
69
+
62
70
Good luck developing! 🍀
63
71
64
- 🎉
65
72
66
73
## About
67
74
You can’t perform that action at this time.
0 commit comments