This commit is contained in:
deng
2026-03-22 13:40:28 +08:00
commit b9215d843b
7 changed files with 374 additions and 0 deletions

20
pyproject.toml Normal file
View File

@ -0,0 +1,20 @@
[project]
name = "waveshare-e6-image-processor"
version = "0.1.0"
description = "Process images for Waveshare E6 display"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["pillow>=12.1.1"]
[dependency-groups]
dev = ["ruff"]
[tool.ruff]
line-length = 150
target-version = "py313"
[tool.ruff.lint]
select = ["E", "F", "I"]
[tool.ruff.format]
quote-style = "single"