Skip to content

Commit 784f5d3

Browse files
add cdev group and pin gcovr, meson
1 parent 736172a commit 784f5d3

2 files changed

Lines changed: 51 additions & 0 deletions

File tree

python/pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ lint = [
101101
"prek==0.3.3",
102102
]
103103

104+
# Used to specify versions in CI. For local dev use
105+
# you can use e.g. ``uv tool install meson`` to install.
106+
cdev = [
107+
"gcovr",
108+
"meson",
109+
]
110+
104111
dev = [
105112
{include-group = "docs"},
106113
{include-group = "lint"},

python/uv.lock

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)