https://github.com/avaish1409/gitcomp/blob/b2a921d35b299204b4db93c5c23f936e04ec9a34/src/gitcomp/repository.py#L57 @avaish1409 Please try to refactor feature_score method to a static method as it doesn't require self parameter.
gitcomp/src/gitcomp/repository.py
Line 57 in b2a921d
@avaish1409 Please try to refactor feature_score method to a static method as it doesn't require self parameter.