Skip to content

Commit 2803248

Browse files
author
Andrei Bratu
committed
poetry pipeline check
1 parent 4704ce2 commit 2803248

3 files changed

Lines changed: 58 additions & 34 deletions

File tree

.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:

poetry.lock

Lines changed: 56 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.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)