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
@@ -41,7 +27,7 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
41
27
42
28
> [!TIP]
43
29
> This Devcontainer can also be directly used with a GitHub Codespace.
44
-
>
30
+
45
31
> [](https://codespaces.new/dunnkers/python-uv-devcontainer?quickstart=1)
46
32
47
33
3.**Reopen in Container**
@@ -94,7 +80,7 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
94
80
95
81
[A workflow](https://github.com/dunnkers/python-uv-devcontainer/blob/main/.github/workflows/python_app.yaml) is already set up for you.
96
82
97
-
<imgwidth="1331"alt="GitHub Actions workflow for testing, formatting and linting a Python app with uv"src="https://github.com/user-attachments/assets/e869e370-87cd-4788-8ae9-a049e15af02f" />
83
+
<imgwidth="1331"alt="GitHub Actions workflow for testing, formatting and linting a Python app with uv"src="https://github.com/user-attachments/assets/aa6a1720-cc7a-4412-be2f-e76ccefed033" />
98
84
99
85
This workflow runs tests using `pytest` and formatting + linting using `ruff`. Dependencies are set up with `uv`.
0 commit comments