Skip to content

Commit

Permalink
ci(mypy.ini): ignore missing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
krrishdholakia committed Apr 4, 2024
1 parent c3e3ca9 commit 3d46094
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r .circleci/requirements.txt
pip install "pytest==7.3.1"
pip install types-yaml
pip install "pytest-asyncio==0.21.1"
pip install mypy
pip install "google-generativeai==0.3.2"
Expand Down
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[mypy]
warn_return_any = False
ignore_missing_imports = False
ignore_missing_imports = True

[mypy-google.*]
ignore_missing_imports = True

0 comments on commit 3d46094

Please sign in to comment.