Fix typos - #6059
Open
mwtoews wants to merge 2 commits into
Open
Conversation
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. |
Contributor
|
@conda-bot check |
travishathaway
requested changes
Jul 24, 2026
Comment on lines
+102
to
+107
| - repo: https://github.com/codespell-project/codespell | ||
| rev: v2.4.3 | ||
| hooks: | ||
| - id: codespell | ||
| additional_dependencies: | ||
| - tomli |
Contributor
There was a problem hiding this comment.
Can we please leave this out of this pull request? Adding a new pre-commit check should be a separate conversation.
Member
There was a problem hiding this comment.
That's fair, I concur with Travis
jezdez
approved these changes
Jul 24, 2026
| repository = "https://github.com/conda/conda-build" | ||
|
|
||
| [tool.codespell] | ||
| ignore-words-list = ["lief", "rever", "fo", "uptodate", "astroid", "wee", "adament"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.