tirith icon indicating copy to clipboard operation
tirith copied to clipboard

🚀 Add Type Annotations

Open AkashS0510 opened this issue 1 year ago • 5 comments

Issue: Several functions lack type annotations. Adding type hints can improve code readability and help with static type checking.

Solution: Go through the handler.py of all providers ( infracost, json, kubernetes, sg_workflow, terraform_plan ) and add type hints to functions .

Example:

def _get_exp_attribute(split_expressions: List[str], input_data: dict) -> List[Any]:

AkashS0510 avatar Sep 21 '24 12:09 AkashS0510

Please assign the issue to me,

cheers

zafar-hussain avatar Sep 27 '24 09:09 zafar-hussain

@zafar-hussain Sure, I have assigned it to you.

AkashS0510 avatar Sep 27 '24 12:09 AkashS0510

I would like to work on this

kushal9897 avatar Oct 06 '24 11:10 kushal9897

@zafar-hussain Sure, I have assigned it to you.

@AkashS0510 . Please do assign this issue to another applicant

cheers

zafar-hussain avatar Oct 07 '24 12:10 zafar-hussain

@kushal9897 assigning it to you

AkashS0510 avatar Oct 15 '24 12:10 AkashS0510