mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
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>
10 lines
138 B
Plaintext
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
|