I'm adding this dep into an existing repo, where type checking is done. The type checker demands a type hint for `FLAGS` in settings.py. I've plugged `FLAGS: dict[str, list] = ...` for now. I wonder what the canonical or correct type hint would be.