[PR #8309] [MERGED] ci: add codespell support (config, workflow to detect/not fix) and make it fix few typos #22201

Closed
opened 2026-04-20 03:58:42 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/8309
Author: @yarikoptic
Created: 1/3/2025
Status: Merged
Merged: 1/3/2025
Merged by: @tjbck

Base: devHead: enh-codespell


📝 Commits (3)

  • 2e5fbba Add github action to codespell main on push and PRs
  • 1a928bc Add rudimentary codespell config
  • 8f1953e [DATALAD RUNCMD] run codespell throughout fixing few left typos automagically

📊 Changes

6 files changed (+37 additions, -5 deletions)

View changed files

.github/workflows/codespell.yml (+25 -0)
📝 CODE_OF_CONDUCT.md (+1 -1)
📝 backend/open_webui/retrieval/web/testdata/brave.json (+1 -1)
📝 pyproject.toml (+7 -0)
📝 src/lib/components/common/Textarea.svelte (+1 -1)
📝 src/routes/+layout.js (+2 -2)

📄 Description

More about codespell: https://github.com/codespell-project/codespell .

I personally introduced it to dozens if not hundreds of projects already and so far only positive feedback.

CI workflow has 'permissions' set only to 'read' so also should be safe.

reincarnated

on top of dev - same/no new typos found


🔄 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/open-webui/open-webui/pull/8309 **Author:** [@yarikoptic](https://github.com/yarikoptic) **Created:** 1/3/2025 **Status:** ✅ Merged **Merged:** 1/3/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `dev` ← **Head:** `enh-codespell` --- ### 📝 Commits (3) - [`2e5fbba`](https://github.com/open-webui/open-webui/commit/2e5fbba961340b2d7fe568dea644401c13db545d) Add github action to codespell main on push and PRs - [`1a928bc`](https://github.com/open-webui/open-webui/commit/1a928bc6a4a49bfe296211e6baf1c9f63d6c6c24) Add rudimentary codespell config - [`8f1953e`](https://github.com/open-webui/open-webui/commit/8f1953e6672851b50df64c54abcc97dbfc438e75) [DATALAD RUNCMD] run codespell throughout fixing few left typos automagically ### 📊 Changes **6 files changed** (+37 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/codespell.yml` (+25 -0) 📝 `CODE_OF_CONDUCT.md` (+1 -1) 📝 `backend/open_webui/retrieval/web/testdata/brave.json` (+1 -1) 📝 `pyproject.toml` (+7 -0) 📝 `src/lib/components/common/Textarea.svelte` (+1 -1) 📝 `src/routes/+layout.js` (+2 -2) </details> ### 📄 Description More about codespell: https://github.com/codespell-project/codespell . I personally introduced it to dozens if not hundreds of projects already and so far only positive feedback. CI workflow has 'permissions' set only to 'read' so also should be safe. reincarnated - https://github.com/open-webui/open-webui/pull/8308 on top of `dev` - same/no new typos found --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 03:58:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#22201