Skip to content

Commit 2131ffe

Browse files
committed
Update coverage patch version.
1 parent d213458 commit 2131ffe

3 files changed

Lines changed: 69 additions & 76 deletions

File tree

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,9 @@ and analytics.
66

77
## Installation
88

9-
The recommended way to set up this project for development is using
10-
[uv](https://docs.astral.sh/uv/)
11-
to install and manage a Python virtual environment.
12-
With uv installed, install the required Python version (see `pyproject.toml`). Example:
9+
Dependencies for this project are managed using [uv](https://docs.astral.sh/uv/).
10+
With uv installed, change into the project directory and run:
1311

14-
uv python install 3.12
15-
16-
Change into the project directory and run:
17-
18-
uv python pin 3.12
1912
uv sync
2013

2114
Activate the virtualenv like so:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dev = [
3535
"ipdb>=0.13.13",
3636
"mixer>=7.2.2",
3737
"pre-commit>=4.5.1",
38-
"coverage>=7.13.4",
38+
"coverage>=7.13.5",
3939
]
4040

4141
# Reference: https://docs.astral.sh/ruff/configuration/

0 commit comments

Comments
 (0)