@@ -0,0 +1,8 @@
#!/bin/bash
if which pylint >/dev/null; then
pylint functions
else
pip install pylint
fi
The note is not visible to the blocked user.