Scripts in Blender that pass `mypy --strict`:
----
**Passing without errors**
- `./build_files/cmake/cmake_consistency_check.py` rBb60c168e435374cacbf0856089dc016c1c9f8c24
- `./build_files/cmake/project_info.py` rBb58c1f6b1c92c7854cb8887a8701961dfb445687
- `./doc/manpage/blender.1.py` rBf337310b43369e54f3874d733adec515615d629d
- `./source/tools/utils_maintenance/code_clean.py` rBDT903bad8a95d07a721212532e92787aad51cc7947
----
**Uses type hinting with some errors**
- `./build_files/buildbot/worker_bundle_dmg.py`
- `./build_files/utils/make_source_archive.py`.
- `./release/lts/create_download_urls.py`
- `./release/lts/create_release_notes.py`
- `./release/steam/create_steam_builds.py`
----
**Candidates to use type hinting**
Note, only modules which don't depend in Blender's C/Python API are included here until a solution for using this script is found.
- `./build_files/utils/make_test.py`
- `./build_files/utils/make_update.py`
- `./build_files/utils/make_utils.py`