Skip to content

Commit 70827dc

Browse files
author
Andrei Bratu
committed
mypy debacle
1 parent f1c36b7 commit 70827dc

File tree

3 files changed

+34
-34
lines changed

3 files changed

+34
-34
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: poetry install
1919
- name: Compile
20-
run: poetry run mypy --enable-incomplete-feature=Unpack --show-traceback .
20+
run: poetry run mypy .
2121
test:
2222
runs-on: ubuntu-20.04
2323
steps:

poetry.lock

Lines changed: 32 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ cohere = "^5.11.2"
5454
replicate = "^1.0.3"
5555
jsonschema = "^4.23.0"
5656
types-jsonschema = "^4.23.0.20240813"
57-
mypy = "1.6.0"
57+
mypy = "1.0.1"
5858
pytest = "^7.4.0"
5959
pytest-asyncio = "^0.23.5"
6060
python-dateutil = "^2.8.2"

0 commit comments

Comments
 (0)