summaryrefslogtreecommitdiff
path: root/tests/functional/r/redundant_u_string_prefix.py
Commit message (Collapse)AuthorAgeFilesLines
* Add ``redundant-u-string-prefix`` checker (#4804)Daniƫl van Noord2021-08-061-0/+14
* Add ``redundant-u-string-prefix`` checker This adds a checker for u-prefixes for strings, as used in Python 2. It only work in python 3.8 and above. Closes #4102