Skip to content

Commit

Permalink
Update check_python_file.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
valanm22 authored Dec 7, 2024
1 parent 8896a10 commit aa0577f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion check_python_file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ do
}

flake8_output=$(poetry run flake8 "${cur_file}" --count --max-line-length=88 --show-source --ignore=E203,W503 2>&1) || {
printf "Checking \"%s\"\n" "${cur_file}"
printf "Checking with flake8:\n%s\n" "${flake8_output}"
exit_code=1
}
Expand Down

0 comments on commit aa0577f

Please sign in to comment.