make jinja rendering in blocks more strict (#3827)

This commit is contained in:
Jonathan Dobson
2025-10-27 15:34:01 -04:00
committed by GitHub
parent a889a238d8
commit 4bb9a650cc
4 changed files with 61 additions and 1 deletions

View File

@@ -202,6 +202,9 @@ plugins = "sqlalchemy.ext.mypy.plugin"
[project.scripts]
skyvern = "skyvern.cli.commands:cli_app"
[tool.pytest.ini_options]
norecursedirs = ["eval"]
[tool.codeflash]
# All paths are relative to this pyproject.toml's directory.
module-root = "skyvern"