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
Copy file name to clipboardExpand all lines: README.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
10
10
-[x][ruff](https://github.com/astral-sh/ruff) for formatting and linting
11
11
-[x][GitHub Actions](https://github.com/dunnkers/python-uv-devcontainer/actions) for CI/CD
12
12
-[x][Dockerfile](https://github.com/dunnkers/python-uv-devcontainer/blob/main/Dockerfile) for easy deployment
13
-
14
13
<imgwidth="222"alt="Screenshot 2025-04-25 at 10 57 33"src="https://github.com/user-attachments/assets/45df28b9-9210-4cd4-a6c5-25ad3c8edb55" />
15
14
<imgwidth="577"alt="Screenshot 2025-04-24 at 11 59 28"src="https://github.com/user-attachments/assets/c89c6643-768b-427d-b10f-a51ddbe76282" />
16
15
<imgwidth="1484"alt="Screenshot 2025-04-23 at 18 28 17"src="https://github.com/user-attachments/assets/a903022c-e53f-401c-bb8d-8a7c01bfdaad" />
@@ -27,13 +26,13 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
27
26
28
27
1.**Use this template**
29
28
30
-
<ahref="https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers"><imgsrc="docs/Screenshot 2025-04-25 at 10.57.33.png"alt="Use this template and create new repository"width="250"/></a>
29
+
<ahref="https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers"><imgsrc="https://github.com/user-attachments/assets/45df28b9-9210-4cd4-a6c5-25ad3c8edb55"alt="Use this template and create new repository"width="250"/></a>
31
30
32
31
[Create a new repository](https://github.com/new?template_name=python-uv-devcontainer&template_owner=dunnkers) based on this template.
33
32
34
33
2.**Clone repo**
35
34
36
-
<imgsrc="docs/Screenshot 2025-04-23 at 17.19.10.png"alt="Clone repository"width="375"/>
@@ -92,7 +91,7 @@ Python project setup using a [Devcontainer](https://containers.dev) and [uv](htt
92
91
93
92
[A workflow](https://github.com/dunnkers/python-uv-devcontainer/blob/main/.github/workflows/python_app.yaml) is already set up for you.
94
93
95
-

94
+
<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" />
96
95
97
96
This workflow runs tests using `pytest` and formatting + linting using `ruff`. Dependencies are set up with `uv`.
0 commit comments