diff options
author | zaverden <zaverden@yandex-team.com> | 2024-03-18 13:20:51 +0300 |
---|---|---|
committer | zaverden <zaverden@yandex-team.com> | 2024-03-18 15:09:21 +0300 |
commit | ebc6526bccdf9d2304b9eef3a0a9eaba8e7e38f7 (patch) | |
tree | 9a6a87cdab117790774a6e04ece2e058fc16a85b /build/plugins/lib | |
parent | 29127cb44e4ff8ecde3924e1af7bb4213fda2a9f (diff) | |
download | ydb-ebc6526bccdf9d2304b9eef3a0a9eaba8e7e38f7.tar.gz |
feat(TS_TYPECHECK): implementation
881bda4539ae182b7975c149191642ded49990e3
Diffstat (limited to 'build/plugins/lib')
-rw-r--r-- | build/plugins/lib/test_const/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/plugins/lib/test_const/__init__.py b/build/plugins/lib/test_const/__init__.py index 79783a0218..819a8b7012 100644 --- a/build/plugins/lib/test_const/__init__.py +++ b/build/plugins/lib/test_const/__init__.py @@ -74,6 +74,7 @@ STYLE_TEST_TYPES = [ "flake8", "black", "ruff", + "tsc_typecheck", ] REGULAR_TEST_TYPES = [ |