Skip to content

Conversation

@devkumar2313
Copy link

Fix: Add mypy type checking for examples directory

Description

Updates both GitHub workflow and pre-commit hooks to include mypy type checking for the examples directory, resolving issue #1092.

Changes Made

  • .github/workflows/_test.yml: Updated mypy command to check both python and examples directories
  • .pre-commit-config.yaml: Updated mypy hook to include examples directory in type checking

Files Modified

  • .github/workflows/_test.yml (line 59)
  • .pre-commit-config.yaml (line 52)

Testing

  • Verified examples directory exists with Python files
  • Updated mypy commands to include both directories
  • Pre-commit hook configuration matches workflow changes

Fixes #1092

@badmonster0 badmonster0 changed the title Issue1092 Updates both GitHub workflow and pre-commit hooks to include mypy type checking for the examples directory Oct 2, 2025
@badmonster0 badmonster0 closed this Oct 2, 2025
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.

Update existing workflow and precommit hooks to also check the examples mypy type error

2 participants