[PR #6553] Add unified spell_check targets across all libs #5119

Open
opened 2026-02-20 17:51:15 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/6553

State: open
Merged: No


Summary

  • Add spell_check and spell_fix targets to root Makefile that iterates through all libs (matching existing pattern for lint/format/test)
  • Add spell_check and spell_fix targets to lib Makefiles (cli, checkpoint, checkpoint-sqlite, checkpoint-postgres, sdk-py)
  • Add [tool.codespell] configuration to lib pyproject.toml files
  • Add codespell to lint dependency group in libs/langgraph/pyproject.toml

This implements the maintainer's request for "a unified manner across the repo (command in root Makefile perhaps, that calls sub makefiles)".

Test plan

  • Run make spell_check from root directory - iterates through all libs
  • Run make spell_check in individual lib directories
  • Verify codespell config is picked up from pyproject.toml

Fixes #5021

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/6553 **State:** open **Merged:** No --- ## Summary - Add `spell_check` and `spell_fix` targets to root Makefile that iterates through all libs (matching existing pattern for lint/format/test) - Add `spell_check` and `spell_fix` targets to lib Makefiles (cli, checkpoint, checkpoint-sqlite, checkpoint-postgres, sdk-py) - Add `[tool.codespell]` configuration to lib pyproject.toml files - Add codespell to lint dependency group in libs/langgraph/pyproject.toml This implements the maintainer's request for "a unified manner across the repo (command in root Makefile perhaps, that calls sub makefiles)". ## Test plan - [x] Run `make spell_check` from root directory - iterates through all libs - [x] Run `make spell_check` in individual lib directories - [x] Verify codespell config is picked up from pyproject.toml Fixes #5021
yindo added the pull-request label 2026-02-20 17:51:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#5119