Skip to content

Commit 5b70215

Browse files
committed
Try to exclude test/gen for flake8
1 parent f6d1f3c commit 5b70215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/run_linters.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if [[ "${linters_to_run}" == *"flake8"* ]]; then
6666
echo "===> Running flake8"
6767
rm -f "${FLAKE8_REPORT}"
6868
# See .flake8 file for settings
69-
flake8 --config "${CONF_DIR}/.flake8" "${ROOT_DIR}" | tee "${FLAKE8_REPORT}"
69+
flake8 --config "${CONF_DIR}/.flake8" --exclude test/gen "${ROOT_DIR}" | tee "${FLAKE8_REPORT}"
7070
fi
7171

7272
if [[ "${localbuild}" = "true" ]]; then

0 commit comments

Comments
 (0)