Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwentao committed Jun 25, 2024
1 parent d046a29 commit 57ceed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mypy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

cd "$(dirname "$0")/.."

pyver=$(python3 -c 'import platform; major, minor, path = platform.python_version_tuple(); print(f"{major}.{minor}")')
pyver=$(python -c 'import platform; major, minor, path = platform.python_version_tuple(); print(f"{major}.{minor}")')

mypy --config-file mypy-$pyver.ini .

Expand Down

0 comments on commit 57ceed0

Please sign in to comment.