Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
healeycodes committed Dec 28, 2023
1 parent 20aeeda commit f4e4953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -e

echo python3 --version
pip3 install -r requirements.txt
python3 -m mypy .
python3 -m mypy cli.py interpreter.py grammar.py
python3 tests.py

0 comments on commit f4e4953

Please sign in to comment.