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

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/8308
Author: @yarikoptic
Created: 1/3/2025
Status: Closed

Base: mainHead: enh-codespell


📝 Commits (3)

  • ba1cffb Add github action to codespell main on push and PRs
  • 300a96a Add rudimentary codespell config
  • aacc88d [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.

Feel welcome to ignore/close -- there is only few typos etc.


🔄 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/8308 **Author:** [@yarikoptic](https://github.com/yarikoptic) **Created:** 1/3/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `enh-codespell` --- ### 📝 Commits (3) - [`ba1cffb`](https://github.com/open-webui/open-webui/commit/ba1cffb6aca4c7bbc693f0bf836b4c6dd084a4d6) Add github action to codespell main on push and PRs - [`300a96a`](https://github.com/open-webui/open-webui/commit/300a96ae0c70cb34463d11b9b01c14b4e6ea46db) Add rudimentary codespell config - [`aacc88d`](https://github.com/open-webui/open-webui/commit/aacc88d202a0afb4834185d0c86fa24f4707bb27) [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. Feel welcome to ignore/close -- there is only few typos etc. --- <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:40 -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#22200