codespell fixes#5546
Merged
trexfeathers merged 2 commits intoSciTools:pre-commit-ci-update-configfrom Oct 18, 2023
Merged
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## pre-commit-ci-update-config #5546 +/- ##
================================================================
+ Coverage 0 89.41% +89.41%
================================================================
Files 0 89 +89
Lines 0 22539 +22539
Branches 0 5387 +5387
================================================================
+ Hits 0 20154 +20154
- Misses 0 1639 +1639
- Partials 0 746 +746
☔ View full report in Codecov by Sentry. |
62fece4 to
9007d77
Compare
9007d77 to
04165e8
Compare
Contributor
|
I'm gonna fail so many pre-commit checks in future; I love hyphens 😂 But I've always said I would prefer a rule I don't like rather than a free-for-all 👍 |
trexfeathers
pushed a commit
that referenced
this pull request
Oct 18, 2023
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) * codespell fixes (#5546) * codespell fixes * add whatsnew entry --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bill Little <bill.james.little@gmail.com>
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.
🚀 Pull Request
Description
Note that, this pull-request is targeting the
SciTools:pre-commit-ci-update-configbranch (base branch of #5527)#5527 is failing due to a
pre-commit.ciupdate incodespellversion (github.com/codespell-project/codespell: v2.2.5 → v2.2.6), which now catches legitimate spelling corrections.This pull-request addresses the typos identified by
codespell.i.e., see here
Consult Iris pull request check list