Files
magnus919_agent-skills/requirements-dev.txt
T
usernameandfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> bfe05ef18a feat(ci): add mypy, radon, and deptry to CI pipeline
Add mypy strict type checking, radon cyclomatic complexity analysis,
and deptry unused dependency detection. Fix type annotations in
eval-coverage.py and release.py to pass strict mypy checks.

Resolves 4 agent-readiness signals: type_check, strict_typing,
cyclomatic_complexity, unused_dependencies_detection.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2026-07-29 17:52:28 -04:00

10 lines
138 B
Plaintext

jsonschema[format]==4.26.0
types-jsonschema>=4
requests==2.34.2
ruff>=0.9.0
pytest>=7.0
pytest-cov>=4.0
mypy>=1.0
radon>=6.0
deptry>=0.20