Summary
Add comprehensive type annotations to the middleware modules to complete the type hints coverage started in #136.
Scope
python3/raygun4py/middleware/flask.py
python3/raygun4py/middleware/django.py
python3/raygun4py/middleware/wsgi.py
Acceptance Criteria
- All public methods and classes have type annotations
- mypy passes with no errors on middleware modules
- Existing tests continue to pass