inspect4py icon indicating copy to clipboard operation
inspect4py copied to clipboard

Static code analysis package for Python repositories

Results 43 inspect4py issues
Sort by recently updated
recently updated
newest added

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...

enhancement

We should be able to do a git clone of the target repo, instead of always having to download it before.

new feature

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...

new feature