Only check for missing scores

This commit is contained in:
2022-05-31 10:35:02 -05:00
parent 5fef7f8332
commit 8c3494e35d
3 changed files with 26 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ ipython = "^8.4.0"
wordlinator = "wordlinator.app:sync_main"
update = "wordlinator.app:sync_update"
show-user = "wordlinator.app:sync_show_user"
show-missing = "wordlinator.app:sync_show_missing"
[tool.mypy]
ignore_missing_imports = true