Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
strickvl authored Jul 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e238f28 commit 37007c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/lint.sh
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ export PYTHONPATH

# Lint Python files with ruff
echo "Linting Python files..."
ruff bundled/tool || { echo "Linting Python files failed"; exit 1; }
ruff check bundled/tool || { echo "Linting Python files failed"; exit 1; }

# Type check Python files with mypy
echo "Type checking Python files with mypy..."

0 comments on commit 37007c9

Please sign in to comment.