Files
aitbc/apps/coordinator-api/src
aitbc 8ef559a12c
Some checks failed
CLI Tests / test-cli (push) Has been cancelled
Coverage Phase 1 (70% Target) / test-coverage-70 (push) Has been cancelled
Coverage Phase 2 (85% Target) / test-coverage-85 (push) Has been cancelled
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Integration Tests / test-service-integration (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Package Tests / Python package - aitbc-agent-sdk (push) Has been cancelled
Package Tests / Python package - aitbc-core (push) Has been cancelled
Package Tests / Python package - aitbc-crypto (push) Has been cancelled
Package Tests / Python package - aitbc-sdk (push) Has been cancelled
Package Tests / JavaScript package - aitbc-sdk-js (push) Has been cancelled
Package Tests / JavaScript package - aitbc-token (push) Has been cancelled
Python Tests / test-python (push) Has been cancelled
Security Scanning / security-scan (push) Has been cancelled
API Endpoint Tests / test-api-endpoints (push) Has been cancelled
Production Tests / Production Integration Tests (push) Has been cancelled
Mypy contexts remediation: Fix type errors in coordinator-api contexts
- Added missing logger definitions (74 errors fixed)
- Added missing return type annotations (185 errors fixed)
- Fixed undefined names and missing imports
- Fixed SQLAlchemy ORM typing patterns
- Added explicit type annotations for class variables
- Added inline type: ignore comments for 6 false positives
  - translation_engine.py: mypy control flow unreachable (false positive)
  - certification.py: SQLAlchemy desc() arg-type (false positive)
- Removed broad contexts.* from mypy ignore_errors in pyproject.toml
- Reduced mypy errors in contexts directory from 1376 to 6 (all false positives)
2026-05-25 15:09:13 +02:00
..