pyclean
pyclean copied to clipboard
Add `.complexipy_cache/` (debris topic)
complexipy is blazingly fast cognitive complexity analysis for Python.
Example
uvx complexipy . -f -mx 10
Maintains a cache directory with a JSON file:
$ tree .complexipy_cache
.complexipy_cache
└── 8d58ffa960d9412baa50a73d2435fe93.json
Thank you for the feature request!
If you want, you can add this yourself with a pull request, e.g.
- Add a new debris topic with the appropriate directory and file patterns.
- Update the CLI's debris option details.
- Add tests for the new debris topic and the CLI option.
Ok I'll make one, soon! 😊
Fixed via #115.