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 0870fca commit 72d01d7Copy full SHA for 72d01d7
.github/workflows/build.yaml
@@ -29,7 +29,7 @@ jobs:
29
run: poetry run ruff check .
30
31
- name: Run mypy type checker
32
- run: poetry run mypy .
+ run: poetry run mypy opencosmo
33
34
test:
35
name: Test
0 commit comments