Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ D65/2° to match the dithering pipeline), plus a JSON sidecar of the raw spectra

```bash
# clone, then:
uv sync --all-extras # dev + test + serial
uv sync --all-extras # dev + test (default) + serial + opendisplay
# or, to actually talk to the device:
uv sync --extra serial
```
Expand Down
26 changes: 14 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@ serial = [
opendisplay = [
"py-opendisplay>=7.9.0",
]
test = [
"pytest>=9.0.2",
"pytest-cov>=7.0.0",
"pytest-asyncio>=1.3.0",
]
dev = [
"mypy>=1.19.1",
"prek>=0.3.4",
"pylint>=4.0.5",
"ruff>=0.14.10",
]

[project.scripts]
epaper-colorcal = "epaper_colorcal.measure_palette:main"

Expand Down Expand Up @@ -126,3 +114,17 @@ filterwarnings = [
"ignore:.*related API features are not available.*",
"ignore:.*Aligning .* shape.*",
]

[dependency-groups]
dev = [
"mypy>=1.19.1",
"prek>=0.3.4",
"pylint>=4.0.5",
"ruff>=0.14.10",
{ include-group = "test" },
]
test = [
"pytest>=9.0.2",
"pytest-cov>=7.0.0",
"pytest-asyncio>=1.3.0",
]
42 changes: 28 additions & 14 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading