chore: add ty python-version to root pyproject.toml

This commit is contained in:
Kevin Turcios 2026-04-28 11:11:36 -05:00
parent ca67dda662
commit cd446c172a

View file

@ -48,6 +48,9 @@ codeflash-python = { workspace = true }
codeflash-service = { workspace = true }
attrs = { url = "https://github.com/KRRT7/attrs/releases/download/26.1.0.post1/attrs-26.1.0.post1-py3-none-any.whl" }
[tool.ty.environment]
python-version = "3.12"
[tool.ruff]
src = [
"packages/codeflash-api/src",