Timothée Mazzucotelli

Results 1058 comments of Timothée Mazzucotelli

Yes! Good idea :slightly_smiling_face:

Added a GitHub example. We can do GitLab/else later.

Hi @nfelt14, thanks for the report :slightly_smiling_face: So I'm not sure what Griffe should do here. Labels are assigned when visiting the AST, but checking inherited classes needs to wait...

Yep, `stdlib_decorators` is used when visiting the AST, so it would tell the visitor agent to create attributes instead of functions for methods decorated with `@CustomCachedProperty`.

Let me know if anything is unclear, or if you have trouble writing/using extensions :slightly_smiling_face:

Awesome, thanks for reporting back :slightly_smiling_face: I've added a docs label as this could be useful in the documentation.

> it switch however it not update the entry in pyprojet.tom file i mean requires-python = ">=3.9" will be still 3.9 There's a difference between what Python version you use...

> also it will be cool if pdm run command without parameters directly execute main script like src/project_name/__init__.py You mean running the main project script if it's the only defined...

> pdm add skimage It's done in two phases IIUC: 1. first it tries to resolve the `skimage` dependency: it succeeds because it actually exists (https://pypi.org/project/skimage/) 2. then it tries...