Skip to content

Commit cb6763b

Browse files
authored
Update type_hint_analyzer.py
1 parent 460bd74 commit cb6763b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build_tools/analysis/type_hint_analyzer.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
This script scans the entire repository and analyzes type hint coverage
99
for all functions and classes.
1010
11+
Based on the type completeness information from
12+
https://typing.python.org/en/latest/guides/libraries.html#type-completeness
13+
1114
Usage:
1215
python type_hint_analyzer.py [--output-dir OUTPUT_DIR]
1316

0 commit comments

Comments
 (0)