django-commons / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.
https://django-debug-toolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
8.08k stars 1.05k forks source link

Modernize Python type hints and string formatting #2012

Closed cclauss closed 2 weeks ago

cclauss commented 2 weeks ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. Your commit message should include this information as well.

Fixes # (issue)

Checklist:

Fixed 19 errors:

Fixed 25 errors:

matthiask commented 2 weeks ago

Thanks!