wily icon indicating copy to clipboard operation
wily copied to clipboard

A Python application for tracking, reporting on timing and complexity in Python code

Results 44 wily issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** There are other Complexity metrics not included in this repo, that can be included. **Additional context** - Koopman Spaghetti Factor...

cleaning of imports specifying encoding for all file open() calls tidying f-strings

While using Wily, I noted that a class with an explicit constructor and a single method has a complexity of three or four. This is the same whatever change I...

**Is your feature request related to a problem? Please describe.** I would like to identify specific candidates for refactoring. `wily rank` reports metrics by file which is too coarse grained...

**Describe the bug** wily build crashes every time it checks out a specific commit in my history with message "Updating the following directories would lose untracked files in them". Before...

I installed wily in a virtualenv and it interferes with the .venv folder. Is there a way to ignore folders or something to include in wily.cfg? $ python3 -m venv...

hi, could you advise how to speed up the build command? I tried to run it inside of pipeline, and it takes ~15 min. And is there any way to...

question

Is it okay to add developer related content (like contributing, history, contributors, ... ) also as page to the sphinx documentation of wily? This would have the benefit that there...

Giving an invalid path to `wily build` should throw an error or warning. Currently it builds anyway (with nothing inside)

Update the build process to create a HTML output with a copy of the source code and inline highlighting of metrics along with an index

good first issue
up-for-grabs