We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9adf503 commit f7b7d6bCopy full SHA for f7b7d6b
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install dependencies
18
run: poetry install
19
- name: Compile
20
- run: poetry run mypy .
+ run: poetry run mypy --enable-incomplete-feature=Unpack --show-traceback .
21
test:
22
runs-on: ubuntu-20.04
23
steps:
pyproject.toml
@@ -54,7 +54,7 @@ cohere = "^5.11.2"
54
replicate = "^1.0.3"
55
jsonschema = "^4.23.0"
56
types-jsonschema = "^4.23.0.20240813"
57
-mypy = "1.0.1"
+mypy = "1.6.0"
58
pytest = "^7.4.0"
59
pytest-asyncio = "^0.23.5"
60
python-dateutil = "^2.8.2"
0 commit comments