Alembic configuration

This commit is contained in:
2025-09-21 13:08:38 +02:00
parent c2a1056db7
commit b47c88b24b
3 changed files with 95 additions and 46 deletions

View File

@@ -1,9 +1,11 @@
# Database migrations
alembic>=1.13.0
# Linting and formatting tools
# Development tools
black>=23.0.0
isort>=5.12.0
flake8>=6.0.0
mypy>=1.0.0
mypy>=1.5.0
# Optional: More advanced linting
flake8-docstrings>=1.7.0