AcademySoftwareFoundation / rez

An integrated package configuration, build and deployment system for software
https://rez.readthedocs.io
Apache License 2.0
938 stars 332 forks source link

Add type hinting #1631

Open BryceGattis opened 7 months ago

BryceGattis commented 7 months ago

Add type hinting across the project since we are no longer tied down to Python 2 support.

Motivation This will speed up iteration time since IDEs will be able to use these type hints to check types.