-
-
Notifications
You must be signed in to change notification settings - Fork 357
Add spellchecking with crate-ci/typos
#3166
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
Changes from 1 commit
db0f0be
4431971
9f57781
0e6a93f
45b386d
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 |
---|---|---|
|
@@ -192,9 +192,7 @@ async def getaddrinfo( | |
Any required IDNA encoding is handled before calling this function; | ||
your implementation can assume that it will never see U-labels like | ||
``"café.com"``, and only needs to handle A-labels like | ||
``b"xn--caf-dma.com"``. | ||
|
||
""" | ||
``b"xn--caf-dma.com"``.""" # spellchecker:disable-line | ||
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. xn--caf is both in extend-identifiers in pyproject.toml and has 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. For some reason extend-identifiers does does not work as I intended and continues to try replacing it, so I added 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. in that case we should at least remove the non-functioning line in extend-identifiers, unless you wanna report it upstream. |
||
|
||
@abstractmethod | ||
async def getnameinfo( | ||
|
Uh oh!
There was an error while loading. Please reload this page.