I want to python-lint all the python files found in my project irrespective if there are part of a package or just standalone tried few things with python-root-list from the . **/*.py, **py *.py ..... but they all end up in error due to __init__.py missing. any ideas ?