[PR #2414] [CLOSED] feat(infra): block curly quotes #2412

Closed
opened 2026-02-17 17:23:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2414
Author: @mdrxy
Created: 1/30/2026
Status: Closed

Base: mainHead: mdrxy/curly-quote-linter


📝 Commits (2)

  • 3dec3ed feat(infra): block curly quotes
  • a59f108 Merge branch 'main' into mdrxy/curly-quote-linter

📊 Changes

5 files changed (+173 additions, -1 deletions)

View changed files

.github/workflows/check-curly-quotes.yml (+25 -0)
.pre-commit-config.yaml (+10 -0)
📝 Makefile (+11 -1)
scripts/check_curly_quotes.sh (+70 -0)
scripts/fix_curly_quotes.sh (+57 -0)

📄 Description

leaving here, would love for member of docs team to take over or close

  • AI-written
  • i think the CURLY_QUOTE_PATTERN is wrong
  • not tested
  • maybe this is something better for a Vale config?

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2414 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 1/30/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `mdrxy/curly-quote-linter` --- ### 📝 Commits (2) - [`3dec3ed`](https://github.com/langchain-ai/docs/commit/3dec3edbf32d88d9c6f219c3adc42e9e950815ca) feat(infra): block curly quotes - [`a59f108`](https://github.com/langchain-ai/docs/commit/a59f108a432ceaf652c54b0d7484ca6356d44a48) Merge branch 'main' into mdrxy/curly-quote-linter ### 📊 Changes **5 files changed** (+173 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/check-curly-quotes.yml` (+25 -0) ➕ `.pre-commit-config.yaml` (+10 -0) 📝 `Makefile` (+11 -1) ➕ `scripts/check_curly_quotes.sh` (+70 -0) ➕ `scripts/fix_curly_quotes.sh` (+57 -0) </details> ### 📄 Description leaving here, would love for member of docs team to take over or close * AI-written * i think the `CURLY_QUOTE_PATTERN` is wrong * not tested * maybe this is something better for a Vale config? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:23 -05:00
yindo closed this issue 2026-02-17 17:23:23 -05:00
yindo changed title from [PR #2414] feat(infra): block curly quotes to [PR #2414] [CLOSED] feat(infra): block curly quotes 2026-06-05 18:18:26 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2412