Include types to most upstream modules (#391)

This commit is contained in:
Ezzeri Esa
2024-02-03 11:52:45 -08:00
committed by GitHub
parent 95fe77414a
commit 67f73f5013
4 changed files with 22 additions and 14 deletions
+6 -1
View File
@@ -9,7 +9,12 @@ env:
WORKING_DIRECTORY: "."
MYPY_OUTPUT_FILENAME: "mypy.log"
CUSTOM_FLAGS: "--python-version=3.9 --color-output --no-pretty --follow-imports=skip"
CUSTOM_PACKAGES: "instructor/cli/cli.py instructor/cli/usage.py"
CUSTOM_PACKAGES: |
instructor/_types/_alias.py
instructor/cli/cli.py
instructor/cli/files.py
instructor/cli/usage.py
instructor/exceptions.py
jobs:
MyPy: