We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3e3ca9 commit 3d46094Copy full SHA for 3d46094
.circleci/config.yml
@@ -26,6 +26,7 @@ jobs:
26
python -m pip install --upgrade pip
27
python -m pip install -r .circleci/requirements.txt
28
pip install "pytest==7.3.1"
29
+ pip install types-yaml
30
pip install "pytest-asyncio==0.21.1"
31
pip install mypy
32
pip install "google-generativeai==0.3.2"
mypy.ini
@@ -1,6 +1,6 @@
1
[mypy]
2
warn_return_any = False
3
-ignore_missing_imports = False
+ignore_missing_imports = True
4
5
[mypy-google.*]
6
ignore_missing_imports = True
0 commit comments