hynek / structlog

Simple, powerful, and fast logging for Python.
https://www.structlog.org/
Other
3.6k stars 225 forks source link

Make BindableLogger return Self on binds #642

Closed hynek closed 3 months ago

hynek commented 3 months ago

As a nice demonstration of its purpose, it removes one type: ignore from our own code base.

Fixes #641