3131
3232## Prerequisites
3333
34- - [ Python] ( https://www.python.org/downloads/ ) ** >=3.13.0 <3.14.0** (_ tested with 3.13.2 _ )
35- - [ pre-commit] ( https://pre-commit.com/#install ) ** >=3.2.0 <5.0.0** (_ tested with 4.0.1 _ )
36- - [ uv] ( https://docs.astral.sh/uv/getting-started/installation/ ) ** >=0.5.29 ** (_ tested with 0.6.5 _ )
34+ - [ Python] ( https://www.python.org/downloads/ ) ** >=3.13.0 <3.14.0** (_ tested with 3.13.5 _ )
35+ - [ pre-commit] ( https://pre-commit.com/#install ) ** >=3.2.0 <5.0.0** (_ tested with 4.2.0 _ )
36+ - [ uv] ( https://docs.astral.sh/uv/getting-started/installation/ ) ** >=0.7.13 ** (_ tested with 0.7.13 _ )
3737- [ docker] ( https://docs.docker.com/get-docker/ ) (_ optional_ )
3838
3939---
@@ -146,7 +146,7 @@ uv run pytest tests
146146``` text
147147collected 1 item
148148
149- tests/test_myapplication .py::test_hello_world PASSED
149+ tests/test_python_boilerplate .py::test_hello_world PASSED
150150```
151151
152152</details >
@@ -164,15 +164,15 @@ uv run pytest tests --cov=src
164164``` text
165165collected 1 item
166166
167- tests/test_myapplication .py::test_hello_world PASSED
167+ tests/test_python_boilerplate .py::test_hello_world PASSED
168168
169- ---------- coverage: platform linux, python 3.10.4 -final-0 -----------
170- Name Stmts Miss Cover
171- ---------------------------------------------------
172- src/myapplication /__init__.py 1 0 100%
173- src/myapplication /main.py 6 2 67%
174- ---------------------------------------------------
175- TOTAL 7 2 71%
169+ ---------- coverage: platform linux, python 3.13.5 -final-0 -----------
170+ Name Stmts Miss Cover
171+ --------------------------------------------------------
172+ src/python_boilerplate /__init__.py 1 0 100%
173+ src/python_boilerplate /main.py 6 2 67%
174+ --------------------------------------------------------
175+ TOTAL 7 2 71%
176176```
177177
178178</details >
0 commit comments