Skip to content

Commit

Permalink
simplified run_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer authored and github-actions committed Oct 18, 2024
1 parent 14fb808 commit 7fec4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/test/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fec4d3

Please sign in to comment.