docs: update codespell config (#3373)

This commit is contained in:
Vadym Barda
2025-02-10 14:35:07 -05:00
committed by GitHub
parent 530544234a
commit 6e20c9f3f9
2 changed files with 5 additions and 1 deletions
@@ -1,6 +1,6 @@
import toml
pyproject_toml = toml.load("../libs/langgraph/pyproject.toml")
pyproject_toml = toml.load("pyproject.toml")
# Extract the ignore words list (adjust the key as per your TOML structure)
ignore_words_list = (