[Misc] Include info about flake8_quotes in format.sh (#10123)

This commit is contained in:
Olli Huotari
2020-08-15 10:09:02 +03:00
committed by GitHub
parent e95f0afe4c
commit ed6d1d7a7c
+4
View File
@@ -68,6 +68,10 @@ else
echo "WARNING: clang-format is not installed!"
fi
if [[ $(flake8 --version) != *"flake8_quotes"* ]]; then
echo "WARNING: Ray uses flake8 with flake8_quotes. Might error without it. Install with: pip install flake8-quotes"
fi
SHELLCHECK_FLAGS=(
--exclude=1090 # "Can't follow non-constant source. Use a directive to specify location."
--exclude=1091 # "Not following {file} due to some error"