You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Python 3.10 was released about 2 years ago now. In it, some very helpful syntax has been added to the language, for example pattern matching. I am a happy user of Codacy, though when using a match statement in my code it raises a SyntaxError which seemingly prevents Pylint from running on the whole project.
This should be resolved by upgrading to Python 3.10, at least I hope it's that simple.
Please let me know if I can provide any additional information.
The text was updated successfully, but these errors were encountered:
Hello!
Python 3.10 was released about 2 years ago now. In it, some very helpful syntax has been added to the language, for example pattern matching. I am a happy user of Codacy, though when using a
match
statement in my code it raises a SyntaxError which seemingly prevents Pylint from running on the whole project.This should be resolved by upgrading to Python 3.10, at least I hope it's that simple.
Please let me know if I can provide any additional information.
The text was updated successfully, but these errors were encountered: