Skip to content

v0.3.0 🌈

Choose a tag to compare

@github-actions github-actions released this 14 Dec 07:12
· 62 commits to refs/heads/main since this release
39744c8

Changes

πŸš€ Features

  • Added pre-commit hooks with ruff, mypy, and pydocstyle for automated code quality checks @kclif9 (#13)
  • Enhanced all docstrings to follow Google style conventions with comprehensive descriptions @kclif9 (#13)
  • Improved type safety with stricter type hints and TYPE_CHECKING imports @kclif9 (#13)
  • Refactored error handling with specific exception types and improved observer callback error isolation @kclif9 (#13)
  • Normalized serial number handling to lowercase for consistent lookups across the codebase @kclif9 (#13)