Some checks failed
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
# requirements-dev.txt - Python 3.13.5 compatible
|
|
# Database migrations
|
|
alembic>=1.14.0
|
|
|
|
# Linting and formatting tools
|
|
black>=24.10.0
|
|
isort>=5.13.2
|
|
ruff==0.8.4 # Pinned — must match pre-commit hook and local version
|
|
mypy>=1.13.0
|
|
|
|
# Pre-commit hooks
|
|
pre-commit>=3.6.0
|