- Add mypy configuration to exclude environment_docker and setup.py from type checking
- Configure ignore_missing_imports for third-party libraries without type stubs
- Add missing type stubs to dev dependencies (types-setuptools, types-flask)
This resolves the remaining mypy failures in CI while maintaining strict type checking for core packages.
Co-authored-by: openhands <openhands@all-hands.dev>