Skip to content

Commit 3ce2eb4

Browse files
Merge pull request #82 from AcademySoftwareFoundation/add-ty-check
Add ty check for Python type checking
2 parents 1fc45cb + c509e15 commit 3ce2eb4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/check-lint.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ git ls-files | grep -E '\.(cpp)$' | grep -v -E '^cmake/examples/' | xargs clang-
1010
ruff --version
1111
git ls-files | grep -E '\.(py)$' | xargs ruff check --quiet
1212

13-
# TODO: enable ty Python checks once Python dependencies can be resolved on CI.
14-
# ty --version
15-
# git ls-files | grep -E '\.(py)$' | xargs ty check --quiet
13+
ty --version
14+
git ls-files | grep -E '\.(py)$' | xargs ty check --quiet

0 commit comments

Comments
 (0)