f-strings in python 3.6 cause the check to fail
MrGreenTea opened this issue · 1 comments
MrGreenTea commented
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.
EmpireErwinKooi commented
+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.