nvchecker: add pytype

This commit is contained in:
George Rawlinson 2023-02-07 04:19:06 +00:00
parent 0b0b1fed2b
commit d034f9510d
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 5 additions and 0 deletions

View File

@ -147,6 +147,11 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[pytype]
source = "github"
github = "google/pytype"
use_max_tag = true
[python-pyasn]
source = "github"
github = "hadiasghari/pyasn"