ci: enforce mypy type checking (all errors fixed)

This commit is contained in:
Username
2025-12-25 00:20:21 +01:00
parent a040fad0b8
commit 79b12cc3b3
3 changed files with 4 additions and 15 deletions

View File

@@ -11,12 +11,6 @@ Prioritized, actionable tasks. Each task is small and completable in one session
| ☐ | Create Ansible deployment role
| ☐ | Add Kubernetes manifests (Deployment, Service, ConfigMap)
## Priority 3: Quality
| Status | Task
|--------|--------------------------------------------------------------
| ☐ | Fix mypy type errors (currently ignored)
## Priority 4: Documentation
| Status | Task
@@ -28,6 +22,7 @@ Prioritized, actionable tasks. Each task is small and completable in one session
| Date | Task
|------------|--------------------------------------------------------------
| 2024-12 | Fix all mypy type errors (now enforced in CI)
| 2024-12 | Enhance CI with security-tests job, SBOM generation, memory checks
| 2024-12 | Complete pentest remediation (CRYPTO-001, TIMING-001)
| 2024-12 | Complete pentest remediation (HASH-001, ENUM-001)