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 159b20fCopy full SHA for 159b20f
.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:
0 commit comments