codeclimate-duplication icon indicating copy to clipboard operation
codeclimate-duplication copied to clipboard

f-strings in python 3.6 cause the check to fail

Open MrGreenTea opened this issue 7 years ago • 1 comments

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.

MrGreenTea avatar Jun 25 '18 13:06 MrGreenTea

+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.

EmpireErwinKooi avatar Aug 13 '18 12:08 EmpireErwinKooi