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 a134078 commit 19dea7eCopy full SHA for 19dea7e
.github/workflows/test.yml
@@ -26,5 +26,4 @@ jobs:
26
poetry run python3 -c 'import aw_watcher_spotify'
27
- name: Typecheck with mypy
28
run: |
29
- poetry run mypy --install-types
30
- poetry run mypy --ignore-missing-imports aw_watcher_spotify
+ poetry run mypy --install-types --ignore-missing-imports aw_watcher_spotify
0 commit comments