-
Notifications
You must be signed in to change notification settings - Fork 87
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
How to make it work with python3.8 #173
Comments
Hey! I don't understand your question. PEP8Speaks (flake8 as linter) should work on any Python version. |
Thanks for your reply! It gives me syntax error when I use walrus operator.
Is there any way I can specify the the python version in pep8speaks config
file?
…On Fri, May 22, 2020, 6:15 AM Himanshu Mishra ***@***.***> wrote:
Hey! I don't understand your question. PEP8Speaks (flake8 as linter)
should work on any Python version.
PEP8Speaks does not have its own linter. Are there any unexpected errors
which flake8 does not raise locally for you?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#173 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKKLEUACB6WL23BLWUGMDYLRSXDKLANCNFSM4NHGCKXQ>
.
|
Oh interesting! Looks like I will have to update the |
@OrkoHunter Hey, this issue still persists for me. Please take a look at this PR. |
Huh, I see. |
@OrkoHunter Hi, I get the already mentioned problem with the walrus operator in this PR EDIT: I exchanged the affected lines in the PR because they got obsolete, but you can still see it in the edit history of the pep8speaks comment if that helps |
@vhirtham I wonder if you use |
Same problem here: StingraySoftware/stingray#630 |
I am using
python3.8.2
and it is continuously giving me syntax errors. How can I make it work withpython3.8
? I am usingflake8
.The text was updated successfully, but these errors were encountered: