typecheck: add --check-untyped-defs and fix some associated type errors

This commit is contained in:
InsanePrawn 2022-11-09 20:06:35 +01:00
parent c46cd0cd4f
commit a8e8ddc4b4
4 changed files with 15 additions and 7 deletions

View file

@ -224,7 +224,7 @@ def cmd_check(paths):
is_git_package = True
required_arches = ''
provided_arches = []
provided_arches: list[str] = []
mode_key = '_mode'
nodeps_key = '_nodeps'