From 5569efd6ab00bd2a61859697e3826987ec5c8e6f Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Tue, 27 Sep 2022 20:35:41 +1300 Subject: [PATCH] nvchecker: add python-tidylib --- .repo/nvchecker.toml | 5 +++++ 1 file changed, 5 insertions(+) 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"