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"