Skip to content

Commit

Permalink
chore: Update mypy configuration to exclude legacy llm engine
Browse files Browse the repository at this point in the history
  • Loading branch information
XuhuiZhou committed Jul 10, 2024
1 parent af20854 commit c904260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
run: |
# Run this mypy instance against our main package.
poetry run pip install types-protobuf==4.24.0.4
poetry run mypy --install-types --non-interactive --exclude haicosystem/tools --exclude haicosystem/envs/llm_engine.py haicosystem
poetry run mypy --strict --exclude haicosystem/tools --exclude haicosystem/envs/llm_engine.py .
poetry run mypy --install-types --non-interactive --exclude haicosystem/tools --exclude haicosystem/envs/llm_engine_legacy.py haicosystem
poetry run mypy --strict --exclude haicosystem/tools --exclude haicosystem/envs/llm_engine_legacy.py .

0 comments on commit c904260

Please sign in to comment.