From 7abec26998578585cfa8204ecbb2723d2c3f497a Mon Sep 17 00:00:00 2001 From: Limmen Date: Tue, 20 Aug 2024 21:30:26 +0200 Subject: [PATCH] update python linter script --- python_linter.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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/