Skip to content

Commit f7b7d6b

Browse files
author
Andrei Bratu
committed
poetry pipeline check
1 parent 9adf503 commit f7b7d6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 .
20+
run: poetry run mypy --enable-incomplete-feature=Unpack --show-traceback .
2121
test:
2222
runs-on: ubuntu-20.04
2323
steps:

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.0.1"
57+
mypy = "1.6.0"
5858
pytest = "^7.4.0"
5959
pytest-asyncio = "^0.23.5"
6060
python-dateutil = "^2.8.2"

0 commit comments

Comments
 (0)