Commit 674bd90
fix: Remove services/arms/ from mypy check in lint workflow
The services/arms/ directory contains no Python files yet (arms are
still in design phase), causing mypy to fail with "no .py[i] files"
error. This was preventing a clean workflow run.
Changes:
- Remove services/arms/ from mypy command in lint.yml
- Keep services/orchestrator/ which has active Python code
- mypy will continue with continue-on-error: true for type issues
This resolves the mypy directory error while maintaining code quality
checks on the implemented services.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 6f7cd31 commit 674bd90
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments