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 64e14d1 commit b45df53Copy full SHA for b45df53
.github/workflows/test.yaml
@@ -30,7 +30,7 @@ jobs:
30
run: poetry run pre-commit run -a
31
32
- name: run mypy
33
- run: poetry run mypy -p lapidary
+ run: poetry run mypy
34
35
tests:
36
name: ${{ matrix.os }} / ${{ matrix.python-version }}
0 commit comments