v0.1.5
What's Changed
- Adopted the Google Python Style Guide as the project coding standard
- Converted all docstrings from RST markup to Google-style plain text
- Added missing module and class docstrings for full pylint compliance
- Updated
.pylintrcto disableredefined-outer-name(standard pytest fixture pattern) - Updated
CLAUDE.mdto document the Google Python Style Guide convention
Full Changelog: v0.1.4...v0.1.5