We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Words in identifiers without apostrophes shouldn't be marked as misspelled if the apostrophe is not a legal character in identifiers in the language.
typo-test.py
the_word_youre = "you're"
$ typos typo-test.py error: `youre` should be `your` --> typo-test.py:1:10 | 1 | the_word_youre = "you're" | ^^^^^ |
The text was updated successfully, but these errors were encountered:
Huh, I can't think of a time where I've use one.
My next question is how far do we go in covering contractions and how do we enumerate them?
Sorry, something went wrong.
No branches or pull requests
Words in identifiers without apostrophes shouldn't be marked as misspelled if the apostrophe is not a legal character in identifiers in the language.
typo-test.py
The text was updated successfully, but these errors were encountered: