agents
agents copied to clipboard
Create python-type-check.yml
Adds a GitHub Action to run mypy on the agents package and scripts, catching type errors in pull requests.
[!NOTE] Adds a CI workflow to run
mypyon relevant Python code in PRs.
- New GitHub Actions workflow
python-type-check.ymltriggers on changes toagents/**/*.py,scripts/python/**/*.py,pyproject.toml, or the workflow itself- Sets up Python 3.10, installs project with
.[dev], and runsmypy agents scripts/pythonWritten by Cursor Bugbot for commit aec9ffb974628b61a60dacebfa38f196e33b5173. This will update automatically on new commits. Configure here.