Add mypy to development dependencies

Added mypy as a development dependency for testing.
This commit is contained in:
nitulkumardey-star 2026-03-03 03:34:15 +06:00 committed by GitHub
parent 66392cb4e2
commit bb85dfd234
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,4 +46,6 @@ prometheus-client>=0.16.0
# Development dependencies
black>=23.0.0
flake8>=6.0.0
mypy>=1.0.0
mypy>=1.0.0
This is just for testing. Nothing major.