validate_script
Validate Pyxel scripts by parsing AST and checking for common anti-patterns to catch syntax errors before execution.
Instructions
Validate a Pyxel script without running it.
Performs AST parsing and checks for common Pyxel anti-patterns. Much faster than run_and_capture for catching syntax errors and obvious mistakes before execution.
Args: script_path: Absolute path to the .py script to validate.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_path | Yes |