alembic-removed

This commit is contained in:
2025-08-28 19:42:03 +03:00
parent 6a3862ad61
commit 4f63da037d
11 changed files with 123 additions and 302 deletions

View File

@@ -14,7 +14,7 @@ plugins = sqlalchemy.ext.mypy.plugin
ignore_missing_imports = True
# Временно исключаем только тесты и алембик
exclude = ^(tests/.*|alembic/.*)$
exclude = ^(tests/.*)$
# Настройки для конкретных модулей
[mypy-graphql.*]