rwx_pylint() { local path="${1}" pylint \ --enable-all-extensions \ "${path}/**/*.py" }