pylyzer
pylyzer copied to clipboard
How to run pylyzer ?
What are the arguments to run in all .py files in my project, sounds simple, but I didn't find it in the docs
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.
The option to check all files, including those without dependencies, will be implemented in the future.
Thanks - will need to wait for that