agents icon indicating copy to clipboard operation
agents copied to clipboard

Create python-type-check.yml

Open CRF1408 opened this issue 2 weeks ago • 0 comments

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 mypy on relevant Python code in PRs.

  • New GitHub Actions workflow python-type-check.yml triggers on changes to agents/**/*.py, scripts/python/**/*.py, pyproject.toml, or the workflow itself
  • Sets up Python 3.10, installs project with .[dev], and runs mypy agents scripts/python

Written by Cursor Bugbot for commit aec9ffb974628b61a60dacebfa38f196e33b5173. This will update automatically on new commits. Configure here.

CRF1408 avatar Dec 26 '25 13:12 CRF1408