nvchecker: add python-cython-lint

This commit is contained in:
George Rawlinson 2023-01-24 20:26:17 +13:00
parent c437db1be4
commit abb7f974a5
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 0 deletions

View File

@ -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"