Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions scripts/check-lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ git ls-files | grep -E '\.(cpp)$' | grep -v -E '^cmake/examples/' | xargs clang-
ruff --version
git ls-files | grep -E '\.(py)$' | xargs ruff check --quiet

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