-
Notifications
You must be signed in to change notification settings - Fork 1.2k
pre-commit upgrade codespell and fix spelling #10144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ aqcuire | |
aqcuired | ||
aquire | ||
aquiring | ||
assertin | ||
assiciate | ||
assigne | ||
assoication | ||
|
@@ -65,6 +66,7 @@ bject | |
boardcast | ||
bootstraper | ||
bu | ||
callin | ||
cant | ||
capabilites | ||
capablity | ||
|
@@ -73,6 +75,7 @@ carrefully | |
cavaet | ||
chaing | ||
checkd | ||
checkin | ||
childs | ||
choosen | ||
chould | ||
|
@@ -165,6 +168,7 @@ disover | |
dissapper | ||
dissassociated | ||
divice | ||
dockin | ||
doesn' | ||
doesnot | ||
doesnt | ||
|
@@ -195,6 +199,7 @@ excption | |
excute | ||
execept | ||
execption | ||
exects | ||
execut | ||
executeable | ||
exeeded | ||
|
@@ -211,6 +216,7 @@ faield | |
faild | ||
failes | ||
falied | ||
fals | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can only see one usage of |
||
fasion | ||
feild | ||
filenname | ||
|
@@ -237,6 +243,7 @@ hanling | |
happend | ||
hasing | ||
hasnt | ||
havin | ||
hda | ||
hostanme | ||
hould | ||
|
@@ -325,6 +332,7 @@ nin | |
nodel | ||
nome | ||
noone | ||
notin | ||
nowe | ||
numbe | ||
numer | ||
|
@@ -339,6 +347,7 @@ opeation | |
optin | ||
orginal | ||
otherwse | ||
ources | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can only see one usage of |
||
outter | ||
overriden | ||
overwritting | ||
|
@@ -417,6 +426,7 @@ returing | |
re-use | ||
rever | ||
rocessor | ||
roperty | ||
runing | ||
runnign | ||
sate | ||
|
@@ -479,6 +489,7 @@ therefor | |
theres | ||
theses | ||
thi | ||
thirdparty | ||
thorugh | ||
throught | ||
ths | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any usages of
assertin
,callin
,dockin
andnotin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
codespell.txt
ignored words list is all lowercase but in our codebase it finds both for example:self.assertIn(f"Failed to allocate
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jbampton got it. But can you remove
fals
&ources
after fixing those. I can only find 1 instance of these words.