diff --git a/.repo/nvchecker.toml b/.repo/nvchecker.toml index b387d2c..f26a7af 100644 --- a/.repo/nvchecker.toml +++ b/.repo/nvchecker.toml @@ -147,6 +147,11 @@ exclude_regex = "^.*(alpha|beta|rc).*$" # github +[fnt] +source = "github" +github = "alexmyczko/fnt" +use_max_tag = true + [python-cython-lint] source = "github" github = "MarcoGorelli/cython-lint"