We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d1f3c commit 5b70215Copy full SHA for 5b70215
conf/run_linters.sh
@@ -66,7 +66,7 @@ if [[ "${linters_to_run}" == *"flake8"* ]]; then
66
echo "===> Running flake8"
67
rm -f "${FLAKE8_REPORT}"
68
# See .flake8 file for settings
69
- flake8 --config "${CONF_DIR}/.flake8" "${ROOT_DIR}" | tee "${FLAKE8_REPORT}"
+ flake8 --config "${CONF_DIR}/.flake8" --exclude test/gen "${ROOT_DIR}" | tee "${FLAKE8_REPORT}"
70
fi
71
72
if [[ "${localbuild}" = "true" ]]; then
0 commit comments