From 7fec4d35f79de3328ba48583ba5cff3ef800b3be Mon Sep 17 00:00:00 2001 From: TheTechromancer Date: Tue, 18 Jun 2024 12:58:16 -0400 Subject: [PATCH] simplified run_tests.sh --- bbot/test/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbot/test/run_tests.sh b/bbot/test/run_tests.sh index 3490f5b65c..39458dbf9f 100755 --- a/bbot/test/run_tests.sh +++ b/bbot/test/run_tests.sh @@ -10,7 +10,7 @@ echo echo "[+] Linting with flake8" echo "=======================" -flake8 --select F,E722 --ignore F403,F405,F541 --per-file-ignores="*/__init__.py:F401,F403" "$bbot_dir" || exit 1 +flake8 "$bbot_dir" || exit 1 echo if [ "${1}x" != "x" ] ; then