From abb7f974a58f7918b4c95446272fce04f0899f1e Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Tue, 24 Jan 2023 20:26:17 +1300 Subject: [PATCH] nvchecker: add python-cython-lint --- .repo/nvchecker.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index d08a705..4570652 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -147,6 +147,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[python-cython-lint] +source = "github" +github = "MarcoGorelli/cython-lint" +use_max_tag = true +prefix = "v" + [python-pysmf] source = "github" github = "dsacre/pysmf"