feat(ci): add mypy error ratchet gate

This commit is contained in:
jxxghp
2026-08-25 06:59:18 +08:00
parent 2742960bfb
commit 17a23c47df
5 changed files with 1115 additions and 0 deletions
+3
View File
@@ -65,6 +65,9 @@ jobs:
- name: Check process runtime service locators
run: uv run --locked --no-sync python scripts/architecture/service_locator.py
- name: Check mypy error ratchet
run: uv run --locked --no-sync python scripts/architecture/mypy_ratchet.py
- name: Check startup performance contract
run: >-
uv run --locked --no-sync python