You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python Docstring Merging: Implemented a feature to merge the auto-generated header with existing manual module-level docstrings in Python files, preserving user-written content.
Changed
Test Suite Refactoring: Significantly refactored the test suite by introducing a source_processor fixture. This simplifies test code, removes boilerplate for file creation, and improves readability across all test files.
Documentation
Updated the repository URL in README.md.
Reorganized README.md for better readability by moving the "Supported Languages" section to the top.