mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
8276e9b01f
Co-authored-by: Bradley Axen <baxen@squareup.com>
12 lines
190 B
Python
12 lines
190 B
Python
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()
|