JaviMaligno

Results 2 comments of JaviMaligno

## Feedback Addressed I've pushed a new commit that addresses the review feedback: ### 1. PEP 735 empty list cleanup (Sourcery + @radoering) The `_remove_references_to_group` method now cleans up groups...

Thanks for the feedback @radoering! You're right that the error message was missing the file location. I've updated the code to include `self.project_directory` in the error message: ```python except TOMLError...