Skip to content

ci: use 'uv run mypy' in validate script#18

Open
Arvuno wants to merge 1 commit into
agno-agi:mainfrom
Arvuno:ci/fix-mypy-in-validate-script
Open

ci: use 'uv run mypy' in validate script#18
Arvuno wants to merge 1 commit into
agno-agi:mainfrom
Arvuno:ci/fix-mypy-in-validate-script

Conversation

@Arvuno
Copy link
Copy Markdown

@Arvuno Arvuno commented May 22, 2026

Summary

Fixes the validate.sh script to use uv run mypy instead of bare mypy, ensuring it finds the package-installed version in the uv-managed Python environment.

Changes

  • scripts/validate.sh: Replace mypy with uv run mypy so it correctly resolves the mypy installed in the uv virtual environment.

Testing

CI validate workflow should pass without "mypy: command not found".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant