Files
langchain/.pre-commit-config.yaml
Mason Daugherty 34af8839c3 chore(infra): wire up per-partner version-consistency pre-commit hooks (#38121)
Every partner package ships a `check_version.py` that guards against the
version in `pyproject.toml` drifting out of sync with the one in
`_version.py`, but only `anthropic` had that check registered as a
pre-commit hook. The other 14 partners had the script and `make
check_version` target sitting unused — a mismatch would sail through
`git commit` undetected. This registers the missing hooks so the guard
actually runs.
2026-06-12 22:08:22 -04:00

8.6 KiB