Skip to content

Fix typos - #6059

Open
mwtoews wants to merge 2 commits into
conda:mainfrom
mwtoews:codespell
Open

Fix typos#6059
mwtoews wants to merge 2 commits into
conda:mainfrom
mwtoews:codespell

Conversation

@mwtoews

@mwtoews mwtoews commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

This fixes a few typos identified and corrected with codespell. A configuration is added, as this tool has been run at least once before.

A pre-commit hook is suggested in this PR, although it can be perhaps commented-out if too time consuming (my local run take 0.18s, which is similar to some other longer-running hooks).

Please review for false-positive changes.

@conda-bot

Copy link
Copy Markdown
Contributor

We require contributors to sign our Contributor License Agreement and we don't have one on file for @mwtoews.

In order for us to review and merge your code, please e-sign the Contributor License Agreement PDF. We then need to manually verify your signature, merge the PR (conda/infrastructure#1409), and ping the bot to refresh the PR.

@travishathaway

Copy link
Copy Markdown
Contributor

@conda-bot check

@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Jul 24, 2026
Comment thread .pre-commit-config.yaml Outdated
Comment on lines +102 to +107
- repo: https://github.com/codespell-project/codespell
rev: v2.4.3
hooks:
- id: codespell
additional_dependencies:
- tomli

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Can we please leave this out of this pull request? Adding a new pre-commit check should be a separate conversation.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

That's fair, I concur with Travis

@github-project-automation github-project-automation Bot moved this from 🆕 New to 🏗️ In Progress in 🔎 Review Jul 24, 2026
Comment thread pyproject.toml
repository = "https://github.com/conda/conda-build"

[tool.codespell]
ignore-words-list = ["lief", "rever", "fo", "uptodate", "astroid", "wee", "adament"]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

weeeeee

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed [bot] added once the contributor has signed the CLA

Projects

Status: 🏗️ In Progress

Development

Successfully merging this pull request may close these issues.

4 participants