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
The duplication check doesn't seem to work with python 3.6 features. Namely formatted string literals don't work for me.
It throws an SyntaxError here. Maybe instead of only being able to name python versions 2 or 3, we could provide an even more specific version, like 3.6?
Any help would be appreciated,
thanks and regards.
The text was updated successfully, but these errors were encountered:
+1 for python 3.6
In fact, imo the title should be changed to simply support python 3.6 with ALL it's features compared to the current python 3.5 in codeclimate.
The duplication check doesn't seem to work with python 3.6 features. Namely formatted string literals don't work for me.
It throws an SyntaxError here. Maybe instead of only being able to name python versions 2 or 3, we could provide an even more specific version, like 3.6?
Any help would be appreciated,
thanks and regards.
The text was updated successfully, but these errors were encountered: