This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Description
Sample file:
"""Module Docstring"""
from __future__ import absolute_import
from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
def awesome():
print("awesome")
Running pylint --load-plugins=caniusepython3.pylint_checker --py3k sample.py --report=no yields the following:
************* Module t5
W: 7, 0: native string literal (native-string)