-
Notifications
You must be signed in to change notification settings - Fork 752
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
Fix #856 by ignoring combining diacritics when computing line length #869
base: main
Are you sure you want to change the base?
Conversation
Can you write a test demonstrating this change (and so it doesn't regress) -- thanks for your contribution! 🎉 |
@asottile I'm not sure I wrote that test correctly, so make sure you think it looks good. |
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.
test looks good 👍
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.
Thanks for your help! I'll be very happy to have that fixed. |
Do the checks need to be restarted? |
Can you rebase? I expect the checks will run correctly then if you rebase and force-push |
I also alphabetized the import statements by moving
bisect
to the top.