[PR #9] [MERGED] enable linting on CI #320

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/9
Author: @eyurtsev
Created: 6/3/2025
Status: Merged
Merged: 6/3/2025
Merged by: @eyurtsev

Base: mainHead: eugene/more_linting


📝 Commits (5)

📊 Changes

10 files changed (+168 additions, -47 deletions)

View changed files

📝 .github/workflows/ci.yml (+18 -18)
📝 pipeline/commands/__init__.py (+1 -0)
📝 pipeline/commands/build.py (+4 -5)
📝 pipeline/commands/dev.py (+16 -9)
📝 pipeline/core/__init__.py (+1 -0)
📝 pipeline/core/builder.py (+9 -5)
📝 pipeline/core/watcher.py (+15 -4)
📝 pyproject.toml (+5 -1)
📝 tests/unit_tests/utils.py (+5 -5)
📝 uv.lock (+94 -0)

📄 Description

Fix remaining linting issue and re-enable linting on CI


🔄 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/9 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 6/3/2025 **Status:** ✅ Merged **Merged:** 6/3/2025 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/more_linting` --- ### 📝 Commits (5) - [`e1a8d79`](https://github.com/langchain-ai/docs/commit/e1a8d79a9977bcfe1aac6196df4475674dd50a88) x - [`b51fa23`](https://github.com/langchain-ai/docs/commit/b51fa23fcbe5c4984e0764bca1c0ccb6530ca527) x - [`ef393ab`](https://github.com/langchain-ai/docs/commit/ef393ab975fea3a148d5272f0b9f91de13ccd9f4) x - [`5c06ae9`](https://github.com/langchain-ai/docs/commit/5c06ae9406644047cdb54fc9a7611be5b714e5f3) x - [`4e19d1a`](https://github.com/langchain-ai/docs/commit/4e19d1af59256f92ba696f9ecf732cf941999b74) x ### 📊 Changes **10 files changed** (+168 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/ci.yml` (+18 -18) 📝 `pipeline/commands/__init__.py` (+1 -0) 📝 `pipeline/commands/build.py` (+4 -5) 📝 `pipeline/commands/dev.py` (+16 -9) 📝 `pipeline/core/__init__.py` (+1 -0) 📝 `pipeline/core/builder.py` (+9 -5) 📝 `pipeline/core/watcher.py` (+15 -4) 📝 `pyproject.toml` (+5 -1) 📝 `tests/unit_tests/utils.py` (+5 -5) 📝 `uv.lock` (+94 -0) </details> ### 📄 Description Fix remaining linting issue and re-enable linting on CI --- <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:20:07 -05:00
yindo closed this issue 2026-02-17 17:20:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#320