linter + новые таски

This commit is contained in:
2026-02-10 12:53:01 +03:00
parent 33966548d7
commit 232dd947d8
70 changed files with 2294 additions and 720 deletions

View File

@@ -11,7 +11,7 @@
# [SECTION: IMPORTS]
import pandas as pd # type: ignore
import psycopg2 # type: ignore
from typing import Dict, List, Optional, Any
from typing import Dict, Optional, Any
from ..logger import logger as app_logger, belief_scope
# [/SECTION]