mirror of
https://github.com/wassname/ray.git
synced 2026-07-10 14:59:06 +08:00
[Misc] Include info about flake8_quotes in format.sh (#10123)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user