ricardochaves / python-lint

GitHub Action for Lint your code
MIT License
91 stars 41 forks source link

python-root-list when there is no __init__py #17

Open mgheorghe opened 1 year ago

mgheorghe commented 1 year ago

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 ?