-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
flake8 crash on windows-latest with UnicodeEncodeError #1381
Comments
I believe it's trying to write out your source? which may contain un-encodable characters? |
I can't reproduce unfortunately. it works for me |
Hmm. Try fork my repo as private and reproduce there |
I have your repository cloned at the revision above:
|
I mean reproduce it with github actions, not localy |
hmm ok it reproduces with if you remove |
can you try the patch in #1382 ? |
how i can use it in github actions? |
yea, it working. thanks |
Please describe how you installed Flake8
I using github actions run this check
(also checked on other version of python, same error)
And I get this tracelog
Please provide the exact, unmodified output of
flake8 --bug-report
P.S. Using forked repository from this commit
The text was updated successfully, but these errors were encountered: