Prompt length

This commit is contained in:
Matt Beton
2025-08-29 08:07:36 -07:00
committed by GitHub
parent 1b8b456ced
commit a33787f5fd
17 changed files with 753 additions and 228 deletions

View File

@@ -87,6 +87,15 @@ reportUnnecessaryTypeIgnoreComment = "error"
pythonVersion = "3.13"
pythonPlatform = "Darwin"
exclude = ["**/.venv", "**/venv", "**/__pycache__", "**/exo_scripts"]
stubPath = "typings"
[[tool.basedpyright.executionEnvironments]]
root = "src"
[[tool.basedpyright.executionEnvironments]]
root = "."
###
# uv configuration
###