From 7953fc86826e1bdf97fe773c90a4d07579c2cf64 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Wed, 13 Apr 2022 20:05:21 +1200 Subject: [PATCH] nvchecker: add python-darkdetect --- .repo/nvchecker.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index 417a442..07aa9ad 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -136,6 +136,11 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[python-darkdetect] +source = "github" +github = "albertosottile/darkdetect" +use_max_tag = true +prefix = "v" [python-minio] source = "github" github = "minio/minio-py"