diff --git a/python_linter.sh b/python_linter.sh index 0c91d5a13..a8562e924 100755 --- a/python_linter.sh +++ b/python_linter.sh @@ -3,4 +3,5 @@ echo "Running Python Linter" flake8 simulation-system/ flake8 emulation-system/envs -flake8 examples/ \ No newline at end of file +flake8 emulation-system/tests +flake8 examples/