mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
Include types to most upstream modules (#391)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user