mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
chore: add ty python-version to root pyproject.toml
This commit is contained in:
parent
ca67dda662
commit
cd446c172a
1 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue