I have
find . -iname \"*.py\" -exec pylint -E {} ;\\
and
FILES=$(find . -iname \"*.py\") pylint -E $FILES
If
I used in the root directory:
pylint *