chore: Add goose providers list command (#116)

Co-authored-by: Bradley Axen <baxen@squareup.com>
This commit is contained in:
Elena Zherdeva
2024-10-08 18:04:22 -07:00
committed by GitHub
parent fc25247efd
commit 8276e9b01f
12 changed files with 118 additions and 47 deletions
+6
View File
@@ -1,5 +1,11 @@
from goose.toolkit.lint import lint_toolkits
from goose.toolkit.lint import lint_providers
def test_lint_toolkits():
lint_toolkits()
def test_lint_providers():
lint_providers()