I have
find . -iname \"*.py\" -exec pylint -E {} ;\\
and
FILES=$(find . -iname \"*.py\") pylint -E $FILES
If
And if you want to run your custom configuration file use below command
pylint --rcfile=.pylintrc <directory_name>
Did you try prospector (https://pypi.org/project/prospector/) or pylint_runner ( https://pypi.org/project/pylint_runner/ )