Files
orion/requirements-dev.txt
Samir Boulahtit 77b76afb3f
Some checks failed
CI / ruff (push) Successful in 10s
CI / dependency-scanning (push) Has been cancelled
CI / audit (push) Has been cancelled
CI / docs (push) Has been cancelled
CI / architecture (push) Has been cancelled
CI / pytest (push) Has started running
chore(deps): add pre-commit to dev requirements
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 22:00:13 +01:00

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