inspect4py
inspect4py copied to clipboard
Static code analysis package for Python repositories
This is inconvenient. For example, for `somef`, I want to ignore multiple dirs. I can do this, but I have to type: ``` python code_inspector.py -i ../somef/ -html -ignore_dir env...
We should be able to do a git clone of the target repo, instead of always having to download it before.
Now that we have an initial report, a secondary report should state: - Number of parameters with no definition. - Number of functions with no definition. - Number of classes...