When searching in a Python project, I found some lines with # noqa comments.
import sys sys.path.append(r'C:\dev') import some_module
What does noqa mean in Python? Is this specific to Python only?
python comments terminology code-analysis pep8
Ishpreet
source share