added base protocol types that every app in this monorepo import it

This commit is contained in:
2026-08-29 11:04:54 +03:30
parent 5c8310b837
commit fc5267175e
17 changed files with 43 additions and 28 deletions
+1
View File
@@ -47,6 +47,7 @@ repos:
hooks:
- id: mypy
args: [--config-file, pyproject.toml]
exclude: ^src/protocol/
additional_dependencies:
- "pydantic>=2.13.4"
- "pydantic-settings>=2.15.0"