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