Skip to content

Commit

Permalink
Update format.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
asaiacai authored Sep 27, 2024
1 parent aa59ef7 commit 63ce9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eo pipefail
RUFF_VERSION=$(ruff --version | head -n 1 | awk '{print $2}')
MYPY_VERSION=$(mypy --version | awk '{print $2}')

echo "ruff ver $YAPF_VERSION"
echo "ruff ver $RUFF_VERSION"
echo "mypy ver $MYPY_VERSION"

# Run mypy
Expand Down

0 comments on commit 63ce9a4

Please sign in to comment.