diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 13b41f2..35778a1 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -147,6 +147,11 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[rawdog] +source = "github" +github = "echarlie/rawdog-py3" +use_max_tag = true + [python-tidylib] source = "github" github = "countergram/pytidylib"