chore: (typos) Clarify Changelog

This commit is contained in:
Vineeth Voruganti 2025-11-04 10:33:26 -05:00
parent 00d2f19d5f
commit f4fe9fdabd
3 changed files with 12 additions and 2 deletions

View File

@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Langfuse tracing to have readable waterfalls
- Alembic Migrations to match models.py
- message_in_seq report in webhook
- message_in_seq correctly included in webhook payload
### Changed

View File

@ -32,7 +32,8 @@ Welcome to the Honcho changelog! This section documents all notable changes to t
- Langfuse tracing to have readable waterfalls
- Alembic Migrations to match models.py
- message_in_seq report in webhook
- message_in_seq correctly included in webhook payload
### Changed

View File

@ -85,6 +85,15 @@ addopts = "--strict-markers --cov=src/ --cov=sdks/python/src/honcho --cov-report
testpaths = ["tests"]
pythonpath = ["src"]
[tool.coverage.report]
exclude_lines = [
"pragma: no cover",
"def __repr__",
"raise AssertionError",
"raise NotImplementedError",
"if __name__ == .__main__.:",
"if TYPE_CHECKING:",
]
[tool.basedpyright]
# BasedPyright currently seems like the best type checker option, much faster