Skip to content

Add codespell support (config, workflow to detect/not fix) and make it fix few typos - #76

Open
yarikoptic wants to merge 3 commits into
codeocean:mainfrom
yarikoptic:enh-codespell
Open

Add codespell support (config, workflow to detect/not fix) and make it fix few typos#76
yarikoptic wants to merge 3 commits into
codeocean:mainfrom
yarikoptic:enh-codespell

Conversation

@yarikoptic

Copy link
Copy Markdown

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.

…s automagically
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
CopilotAI lite review requested due to automatic review settings August 21, 2026 13:27

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Codespell configuration and a read-only CI workflow, while correcting a changelog typo.

Changes:

  • Adds Codespell settings to pyproject.toml.
  • Adds a GitHub Actions spelling-check workflow.
  • Corrects “Pyhton” to “Python”.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

FileSummary
pyproject.tomlAdds Codespell configuration.
CHANGELOG.mdCorrects a spelling error.
.github/workflows/codespell.ymlAdds CI checks, but its default exclusions override the configured .gitignore and .gitattributes exclusions.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

- name: Checkout
uses: actions/checkout@v6
- name: Codespell
uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@yarikoptic