Codespell the code, add configuration and workflow for it so no typo sneaks in#436
Merged
smoia merged 5 commits intophysiopy:masterfrom Apr 13, 2023
Merged
Codespell the code, add configuration and workflow for it so no typo sneaks in#436smoia merged 5 commits intophysiopy:masterfrom
smoia merged 5 commits intophysiopy:masterfrom
Conversation
We could alternatively exclude "wasn" word but I decided to go this way.
=== Do not change lines below ===
{
"chain": [],
"cmd": "codespell -w",
"exit": 0,
"extra_inputs": [],
"inputs": [],
"outputs": [],
"pwd": "."
}
^^^ Do not change lines above ^^^
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #436 +/- ##
=======================================
Coverage 94.82% 94.82%
=======================================
Files 8 8
Lines 966 966
=======================================
Hits 916 916
Misses 50 50
|
Member
|
Before I merge, do you know if we can add codespell to pre-commit instead of running it in Github? |
Member
|
Yes, we can - I'll merge this for the moment, but it's good to remember to add it directly to pre-commit instead once that will be in the works! |
Member
|
🚀 PR was released in |
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.
One decision was "in the code" - please check commit 3e8f68e