We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1fc45cb + c509e15 commit 3ce2eb4Copy full SHA for 3ce2eb4
scripts/check-lint.sh
@@ -10,6 +10,5 @@ git ls-files | grep -E '\.(cpp)$' | grep -v -E '^cmake/examples/' | xargs clang-
10
ruff --version
11
git ls-files | grep -E '\.(py)$' | xargs ruff check --quiet
12
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
+ty --version
+git ls-files | grep -E '\.(py)$' | xargs ty check --quiet
0 commit comments