Delgan / loguru

Python logging made (stupidly) simple
MIT License
19.63k stars 695 forks source link

Use extra keys for TypedDict #1208

Open reneleonhardt opened 1 week ago

reneleonhardt commented 1 week ago

https://github.com/Delgan/loguru/blob/fa3746fe8ce354e8e32e444b2bc7e4221a88ac86/loguru/__init__.pyi#L215

It seems mypy 1.9.0 implemented a fix https://github.com/python/mypy/pull/14225, can _HandlerConfig be made actually usable now? 😅

Delgan commented 1 week ago

I'll try again when I have some time, thanks for the notification. :)