wily
wily copied to clipboard
A Python application for tracking, reporting on timing and complexity in Python code
Can we Add the ability to Ignore directories or Virtual environments? My run of wily is getting errors due to files archived by my virtaul env.
Running >`$ wily build src/` Returns: ```Found 15 revisions from 'git' archiver in '/Users/simicode/projects/bmrs'. Running operators - raw,maintainability,cyclomatic,halstead Processing |################################| 60/60 Completed building wily history, run `wily report ` or...
I am getting __Halstead harvester EOL while scanning string literal__ and unknown syntax errors when doing __wily build .__ on code that runs as expected and passes both __black__ and...
Hi, I want to use the wily in jenkins pipeline to check the cyclometic complexity , halstead complexity. if it is more than certain value, it should not proceed further...
Hi and thanks for the tool. I recently read the "put your code in a src folder" article by Hynek and found that I agreed with basically everything. So I...
My system is: Mac OSX, Dual core - 4 gb RAM - 2.4 Ghz, with an HDD.
This is a really awesome tool! Thanks! I found a bug playing around... To reproduce this bug: 1) Build e.g. last 10 commits 2) Then specify e.g.: `$ wily build...
1. ``rm -rf /Users/bgabor8/.wily/* -rf && wily --debug build virtualenv.py 1>out.log 2>&1`` output ```python Could not locate wily.cfg, using default config. Fixing path to /Users/bgabor8/git/github/virtualenv Loaded configuration from wily.cfg Fixing...
in the form {module-#} - {ref} add the module # to the docstring at the top of each module.
Steps to reproduce: - Run `wily build ` for default operators - Run `wily build -o ` for other operator Will say no changes, if you change files, will add...