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 2ad74b7 commit 80c9e66Copy full SHA for 80c9e66
test/lint/lint-python.sh
@@ -82,10 +82,10 @@ enabled=(
82
)
83
84
if ! command -v flake8 > /dev/null; then
85
- echo "Skipping Python linting since flake8 is not installed. Install by running \"pip3 install flake8\""
+ echo "Skipping Python linting since flake8 is not installed."
86
exit 0
87
elif PYTHONWARNINGS="ignore" flake8 --version | grep -q "Python 2"; then
88
- echo "Skipping Python linting since flake8 is running under Python 2. Install the Python 3 version of flake8 by running \"pip3 install flake8\""
+ echo "Skipping Python linting since flake8 is running under Python 2. Install the Python 3 version of flake8."
89
90
fi
91
0 commit comments