Nicholas Felt

Results 3 issues of Nicholas Felt

After upgrading to v4, the upload step consistently fails with this message: ``` debug - 2024-02-07 17:18:18,054 -- Running preparation plugin: info - 2024-02-07 17:18:18,054 -- Generating coverage.xml report in...

### Description of the bug I have a custom implementation of a cached_property that inherits from `functools.cached_property`. When I decorate a method with this custom decorator, the resulting documentation incorrectly...

docs

### Bug description ```python After upgrading to `typing_extensions==4.12.0`, pylint is raising the following error for `TypeVar`s that have default values: E1123: Unexpected keyword argument 'default' in constructor call (unexpected-keyword-arg) ```...

Needs triage :inbox_tray: