Update type hints across the codebase (#1749)

* Update type hints across the codebase

* Added changelog record
This commit is contained in:
Alex Root Junior 2026-01-02 02:50:46 +02:00 committed by GitHub
parent dcff0f99c7
commit 0306695b61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
307 changed files with 6190 additions and 6385 deletions

1
CHANGES/1749.misc.rst Normal file
View file

@ -0,0 +1 @@
Updated type hints in the codebase to Python 3.10+ style unions and optionals.