pyclean icon indicating copy to clipboard operation
pyclean copied to clipboard

Add `.complexipy_cache/` (debris topic)

Open jakob1379 opened this issue 1 month ago • 2 comments

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

jakob1379 avatar Dec 29 '25 07:12 jakob1379

Thank you for the feature request!

If you want, you can add this yourself with a pull request, e.g.

  1. Add a new debris topic with the appropriate directory and file patterns.
  2. Update the CLI's debris option details.
  3. Add tests for the new debris topic and the CLI option.

bittner avatar Dec 29 '25 09:12 bittner

Ok I'll make one, soon! 😊

jakob1379 avatar Dec 30 '25 18:12 jakob1379

Fixed via #115.

bittner avatar Jan 29 '26 14:01 bittner