pylyzer icon indicating copy to clipboard operation
pylyzer copied to clipboard

How to run pylyzer ?

Open fbrodrigorezino opened this issue 2 years ago • 2 comments

What are the arguments to run in all .py files in my project, sounds simple, but I didn't find it in the docs

fbrodrigorezino avatar Oct 10 '23 13:10 fbrodrigorezino

If you specify the entry point file (e.g. main.py), all dependent files will be checked. The option to check all files, including those without dependencies, will be implemented in the future.

mtshiba avatar Dec 12 '23 04:12 mtshiba

The option to check all files, including those without dependencies, will be implemented in the future.

Thanks - will need to wait for that

Josverl avatar Jan 03 '24 16:01 Josverl