first commit

This commit is contained in:
stuce-bot 2025-06-30 20:47:33 +02:00
commit 5893b00dd2
1669 changed files with 1982740 additions and 0 deletions

View file

@ -0,0 +1,40 @@
[project]
name = "ci"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"platformio==6.1.18",
"fastled-wasm",
"python-dateutil",
"ruff",
"mypy",
"pyright",
"types-python-dateutil",
"clang-format",
"isort",
"black",
"pip",
"pytest",
"pytest-xdist",
"fpvgcc",
"uv",
"ziglang",
"ninja",
"cmake",
"download",
"fastled>=1.2.26",
"playwright",
"download",
"httpx",
"pytest-xdist",
]
[build-system]
requires = ["hatchling", "hatch-requirements-txt"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
[tool.hatch.build]
packages = ["ci/ci"]