nvchecker: add sqlfluff

This commit is contained in:
George Rawlinson 2021-11-29 06:04:30 +00:00
parent b4e5c47c3c
commit 4bf931220d
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 0 deletions

View File

@ -95,6 +95,12 @@ source = "github"
github = "sass/dart-sass"
use_max_tag = true
[sqlfluff]
source = "github"
github = "sqlfluff/sqlfluff"
use_max_tag = true
prefix = "v"
[python-oyaml]
source = "github"
github = "wimglenn/oyaml"